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 regarding the big picture.
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 extensible? 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
think an extended discussion on this topic could be of great benefit to
everyone.
Obviously separating application and business logic from interface code is
a given, but what about other things? Are the object orientated facilities
of PHP currently worth really trying to take advantage of? If so, what are
you doing to take advantage of them? Are design concepts such as design
patterns relevant at this level? What frameworks, if any, currently exist
to assist in rapid, structured development, and what specific benefits do
they bring to the table?
These are just some of the questions that I'd like to see expanded upon,
I'm sure there are others out there who can add more to the list.
Nick Oostveen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- [PHP] Re: Medium to Large PHP Application Desi... Nick Oostveen
- [PHP] Re: Medium to Large PHP Application... michael kimsal
- RE: [PHP] Medium to Large PHP Application... Timothy Hitchens \(HiTCHO\)
- [PHP] Re: Medium to Large PHP Application... rush
- Re: [PHP] Medium to Large PHP Application... Maxim Maletsky
- [PHP] Re: Medium to Large PHP Application... David Eisenhart
- [PHP] Re: Medium to Large PHP Application... Manuel Lemos