techtonic Posted March 7, 2012 Share 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 Link to comment Share on other sites More sharing options...
Brandon Posted March 7, 2012 Share 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 Link to comment Share on other sites More sharing options...
Administrators Tony Posted March 9, 2012 Administrators Share 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 Link to comment Share on other sites More sharing options...
Brandon Posted March 9, 2012 Share 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 Link to comment Share on other sites More sharing options...
TehPhantom Posted March 11, 2012 Share 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 Link to comment Share on other sites More sharing options...
johnv5 Posted December 22, 2018 Share Posted December 22, 2018 Favourite PHP FrameWorks: 1) Laravel, 2) Codeigniter, 3) Phalcon, 4) PHPixie 5) CakePHP, 6) Zend FrameWork, 7) Kohana. Quote Link to comment Share on other sites More sharing options...
Yamamaya Posted December 24, 2018 Share 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 Link to comment Share on other sites More sharing options...
Jesus Erwin Suarez Posted January 1, 2019 Share 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 Link to comment Share on other sites More sharing options...
Bravosi Posted January 6, 2019 Share 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 Link to comment Share on other sites More sharing options...
Sohani30 Posted March 7, 2019 Share 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 Link to comment Share on other sites More sharing options...
matthewjohn938 Posted March 8, 2019 Share Posted March 8, 2019 I think Laravel is the most popular free, open-source PHP framework. Nathan 1 Quote Link to comment Share on other sites More sharing options...
alexjames Posted October 22, 2019 Share 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 Link to comment Share on other sites More sharing options...
Snowwwwhiteee Posted January 10 Share Posted January 10 Laravel is my most favorite PHP framework, for more details you can visit Pakistan Top Software Houses Quote Link to comment 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.