Jump to content

Which frame work would i select?


vaughnpaul

Recommended Posts

Hi friends,

I have practical knowledge in PHP and i am a beginner but i don't have knowledge in frame works. I have basic idea in top frame works like Laravel, phalcon, yii, zend PHP frameworks. I would like to take your suggestions to go for which one will easy to understand.

Thanks in Advance

Link to comment
Share on other sites

Most frameworks exist to handle the following concerns:

 

-Structure/Routing

-Components/Reusable Libraries

-Data persistence

 

By far the most popular solution to this in the web world, is an implementation of the Model - View - Controller (MVC) design pattern.

 

Almost every framework provides an implementation of this design pattern. The better you understand MVC, the simpler it is to go from framework to framework and navigate it.

 

There has also been a major advancement in the php world, with PSR-0, the creation of the symfony project version 2 components, and corresponding creation and adoption of composer as the de facto component installation and dependency management tool for PHP.

 

For these reasons, I'd recommend Symfony framework. It drove much needed innovation in the PHP ecosystem, is well documented, and has a solid support community.

 

My fallback would be Laravel, which can boast similar resources.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.