Forum Moderators: coopster
I want to know your point.
thanks.
wood
[edited by: eelixduppy at 4:46 pm (utc) on Nov. 8, 2008]
[edit reason] removed URL [/edit]
I advise you to start with the PEAR packages:
[pear.php.net...]
You will find well documented solutions for database abstraction layers, templates, emails, etc.
To jump on a really good framework, look at the Zend Framework:
[framework.zend.com...]
The developers working very hard and for short time it became full of features and very reliable one.
Other notable PHP framework is CakePHP, but I have no personal experience with it.
"A Pre-defined development environment to improve development complexity and time". That's off the top of my head but there are also some good terminology here
[en.wikipedia.org...]
One one level, PHP itself is a framework for site development in that it structures and assists your website development by providing architectural foundations and ready-made components that 'play nicely' together. There is nothing you do with PHP that cannot be done identically with C++ - the advantage you get in using PHP not C++ is the advantage of the framework.