killervastu Posted November 20, 2011 Share Posted November 20, 2011 Which one is best for starter 1>zend framework 2>codeigniter Quote Link to comment https://forums.phpfreaks.com/topic/251490-which-one-is-best-framework/ Share on other sites More sharing options...
tomfmason Posted November 20, 2011 Share Posted November 20, 2011 Personally I don't really like either one because they are both pretty bloated. CodeIgniter is around 3mb when extracted and Zend is even larger than that. CI has fairly decent documentation but it has some real drawbacks that are not documented. Zend has odd documentation and, from my experience, the developer community has a lot of condescending elitists. This is the main reason I wrote my own small framework. In total it is around 300kb, has it's own "active record" of sorts, built in simple cms, authentication and granular permissions systems. I haven't benchmarked it yet but I would bet that it out performs both CI and Zend by a large margin. Quote Link to comment https://forums.phpfreaks.com/topic/251490-which-one-is-best-framework/#findComment-1289797 Share on other sites More sharing options...
samitrimal Posted November 25, 2011 Share Posted November 25, 2011 codeigniter is much easier to start so try that .Then you can switch to zend Quote Link to comment https://forums.phpfreaks.com/topic/251490-which-one-is-best-framework/#findComment-1291133 Share on other sites More sharing options...
The Letter E Posted November 27, 2011 Share Posted November 27, 2011 CodeIgnitor for a lighter weight build. Zend for a more robust feature rich build. Quote Link to comment https://forums.phpfreaks.com/topic/251490-which-one-is-best-framework/#findComment-1291469 Share on other sites More sharing options...
gizmola Posted December 7, 2011 Share Posted December 7, 2011 They are not really comparable. CI was first built back in PHP 4.0 days when PHP oop was pretty minimal. ZF was first built on php 5.0 which had a lot of improvements to the oop, and it has been adapted continuously since then, including a major rewrite this year to take advantage of PHP's newest oop features. ZF is a giant library that has classes to do all sorts of things, and to also be a swiss army knife so you can integrate any 3rd party library you want. I think you also need to consider Symfony framework. There is no doubt that CI is easier to pickup, and the same could be said of CakePHP. They all have an MVC which is the main reason people go looking for a framework as the basis for their application. Quote Link to comment https://forums.phpfreaks.com/topic/251490-which-one-is-best-framework/#findComment-1295138 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.