On Wed, 2006-08-02 at 10:50 -0400, Gabe wrote: > Gabe wrote: > > What's the common consensus as to a solid PHP framework to use for > > application development? There seems to be a number of them out there, > > but I'm not sure which one's are the most robust, actively developed, > > secure, etc etc. > > > > Thoughts? > > Sounds like it's just personal preference. But thanks for all the posts! > > Too bad there isn't a skeleton sort-of system that you essentially then > just plug in the modules that you want/need to "flesh" it out. Then > you'd have your own customized framework for each app that is developed > and keeps *all* of the modules relevant to that app. Nothing extra > would be included that isn't needed. > > Then as a developer all you're looking for is modules and not huge > frameworks that may include lots of functionality that you don't have > any interest in. It would certainly keep any attack surface smaller > when it comes to vulnerabilities. > > Is there anything out there like that? A good framework won't load all of the code out there. It will load the code on an as-needed basis. So that if you only use one piece, that's the only piece loaded (notwithstanding the loading mechanism being loaded also :) Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php