[PHP] Re: Medium to Large PHP Application Design

2003-01-10 Thread Manuel Lemos
Hello, On 01/10/2003 01:51 AM, Nick Oostveen wrote: As PHP becomes more accepted in the corporate world, it is only logical that larger and more complex applications are going to be developed using it. While there is an abundance of information out there about making specific things work, the

[PHP] Re: Medium to Large PHP Application Design

2003-01-10 Thread David Eisenhart
> I'm looking for online > references, personal experience and opinion and even examples of open > source code which you think demonstrate the above criteria on this one. I have found the Smarty template engine (http://smarty.php.net/) to be a most excellent tool for separating business logic and

[PHP] Re: Medium to Large PHP Application Design

2003-01-09 Thread rush
"Nick Oostveen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > As such, my question is this: What methods and techniques can be used to > help design and build complex, medium to large PHP applications that are > not only scalable, but maintainable and extensi

[PHP] Re: Medium to Large PHP Application Design

2003-01-09 Thread michael kimsal
Nick Oostveen wrote: As PHP becomes more accepted in the corporate world, it is only logical that larger and more complex applications are going to be developed using it. While there is an abundance of information out there about making specific things work, there seems to be a shortage regard