techtonic Posted March 7, 2012 Posted March 7, 2012 If you are building a large project, a php framework can help. I've used Kohana and a little bit of Zend. I can't say much about Zend since I haven't used it as much, but Kohana is great once you learn how it works. It uses a model-view-controller system that you want to follow. Anyone use a different framework they like? Quote
Brandon Posted March 7, 2012 Posted March 7, 2012 I have fooled around a little bit with both CakePHP and code igniter. Have launched Kohana as well but Zend looks somewhat complicated to start with. I can't really say which I like the most but what I have heard is that code igniter doesn't eat up memory as much as other frameworks. Correct me if I'm wrong! Quote
Administrators Tony Posted March 9, 2012 Administrators Posted March 9, 2012 I'm not sure I understand exactly what a framework is, but at what point should someone consider using a framework? Quote
Brandon Posted March 9, 2012 Posted March 9, 2012 A framework is basically a bunch useful tools that are ready to use out of the box. You don't have to do everything from scratch when using a framework. For example building a new MVC framework from scratch takes a lot of time and if you do it alone it will probably be full of bugs which will slow the production down. Say you want to build a new CMS, you'll need a lot of things that will take a long time to build yourself like authentication, an access control layer, routing for pretty links etc. Most MVC frameworks have all these things so you don't have to worry about building stuff like that, They are often open source as well and a lot of people have been working on it for years so there will be fewer bugs. Quote
TehPhantom Posted March 11, 2012 Posted March 11, 2012 I would usually use Zend or CodeIgnitor, CakePHP is kinda difficult for me to understand, but I have my own style of PHP. Quote
johnv5 Posted December 22, 2018 Posted December 22, 2018 Favourite PHP FrameWorks: 1) Laravel, 2) Codeigniter, 3) Phalcon, 4) PHPixie 5) CakePHP, 6) Zend FrameWork, 7) Kohana. Quote
Yamamaya Posted December 24, 2018 Posted December 24, 2018 On 12/22/2018 at 6:38 PM, johnv5 said: Favourite PHP FrameWorks: 1) Laravel, 2) Codeigniter, 3) Phalcon, 4) PHPixie 5) CakePHP, 6) Zend FrameWork, 7) Kohana. That’s an interesting list. I have always found Laravel to be one of the simplest (not easiest) of the bunch. Being able to run tasks asynchronously in the background with ease is awesome. However, what really stands out for me is the community. Developers will stumble on problems whenever they’re learning a new framework, but an active community makes it easier to get help promptly. Quote
Jesus Erwin Suarez Posted January 1, 2019 Posted January 1, 2019 My favorite PHP framework and its widely used up to this days is Laravel because it has a lot of support and community, I also recommend you guys using it specially when your building large applications. Quote
Bravosi Posted January 6, 2019 Posted January 6, 2019 I always used CodeIgniter. It's a handy, user friendly and easy to learn tool. Best thing is that it ain't hard to learn how to use it (and get it as well). That's why I would suggest it to anyone, who is a beginner. Quote
Sohani30 Posted March 7, 2019 Posted March 7, 2019 I loved this framework Laravel it's new and fresh and its got the routing like Sinatra. It's got a ton of bundles witch help tremendously. Quote
matthewjohn938 Posted March 8, 2019 Posted March 8, 2019 I think Laravel is the most popular free, open-source PHP framework. Nathan 1 Quote
alexjames Posted October 22, 2019 Posted October 22, 2019 A PHP framework provides a basic structure for streamlining the development of web apps. Here is the best PHP frameworks. Laravel CodeIgniter Symfony CakePHP Zend Framework Quote
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.