tama_morelo 0 Report post Posted January 17, 2009 Hi guys, i just want to share about php framework that i used to develop a site. i use symfony. why symfony? 1. easy & free 2. PHP 5 3. MVC (Model-view-controller) 4. Intregating with Ajax (using prototype). 5. full documentation. 6. admin generator 7. It is compatible with many relational database management systems good luck Share this post Link to post Share on other sites
TavoxPeru 0 Report post Posted January 29, 2009 I agree with you, i use SYMFONY a time ago and in my opinion it is an excellent PHP Framework to use for development of websites, especially in the case that you need to develop a website that uses and interacts with databases.Also, the learning curve of SYMFONY is a bit confusing at first moment, but, once you understand how it works this php framework simplyfies a lot your work involved.BTW, SYMFONY not only can be integrated with prototype, it also can be integrated with the ExtJs library -there is a plugin for it- as far as i know.Best regards, Share this post Link to post Share on other sites
TavoxPeru 0 Report post Posted May 10, 2009 Recently i found another MVC PHP framework that is very easy to use, it is called Celeroo Frame. Celeroo Frame is a nice simple "MVC PHP Framework" for PHP/MySQL development, and some of its features are: Is powerfulLightweight (Approx. 100Kb footprint)Very flexibleTransparentIncludes default object methods for CRUD operationsAuto loading of all objectsPHP 5 syntax and style of the classes, class properties and class methods.One can easily modify as per their need including the core of the framework, it is not complex or very restricted like other frameworks. Just have a look at the Celeroo Frame page to view a detailed explanation and all the features of this MVC PHP Framework or you can download the new version directly. Best regards, Share this post Link to post Share on other sites