Jump to content

Recommended Posts

Posted

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?

Posted

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!

  • Administrators
Posted

I'm not sure I understand exactly what a framework is, but at what point should someone consider using a framework?

Posted

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.

  • 6 years later...
Posted

Favourite PHP FrameWorks:

1) Laravel,

2) Codeigniter,

3) Phalcon,

4) PHPixie

5) CakePHP,

6) Zend FrameWork,

7) Kohana.

 

 

 

 

 

 

 

 

 

Posted
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.

  • 2 weeks later...
Posted

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.

  • 2 months later...
Posted

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.

  • 7 months later...
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...