FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How do we manage large code sets in PHP?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How do we manage large code sets in PHP? [message #169681 is a reply to message #169661] Wed, 22 September 2010 16:31 Go to previous messageGo to previous message
Twayne is currently offline  Twayne
Messages: 135
Registered: September 2010
Karma:
Senior Member
In news:f16fa7d6-47a6-491c-80e6-ff0e825a2708(at)x20g2000pro(dot)googlegroups(dot)com,
Michael <MichaelDMcDonnell(at)yahoo(dot)com> typed:
> On Sep 21, 4:20 pm, The Natural Philosopher
> <t...@invalid.invalid> wrote:
>> Michael wrote:
>>> In C/C++ we create manageable files and compile/link them
>>> together into a single executable. What do we do in PHP?
>>
>> Shit loads of includes.
>> Or don't write major projects in it.
>>
>> If you want to create a monster, create it as a php
>> library, written in C or C++ (if you must)
>>
>> PHP is BASIC, for web designers. The OSS answer to Visual
>> Basic. It's a great little tool: A professional large
>> project programming language? No.
>
> Thanks for your response. But if that's the case, (can't be
> used for large programming projects), what do we use
> instead?

I think first you need to define what "large" means.
Secondly, PHP is really meant to be used within HTML code, the page getting
a .php extension instead of .html or .htm.
PHP operates server-side, away from prying eyes when done properly, and its
work is never intended to be seen. Its output is HTML back to the visitor.
There is no PHP code to be seen in the Source View.

If you're looking to compile PHP into an executable, it CAN be done, a la
the way HTML executables are made into executables. But it doesn't really
gain you anything. www.PHP.net or www.w3schools.com would explain the above
intent of PHP in much greater detail. It's old,, it's free, it's current and
it's powerful when used properly.

A clarification of what it is you expect PHP to do would probably get you
much more targeted responses.

HTH,

Twayne`
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: empty __FILE__ in quercus
Next Topic: Dynamic field names in recordset
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 01:21:07 GMT 2024

Total time taken to generate the page: 0.04101 seconds