PHP Framework …. What is it?

PHP Framework

 

Hey, so you want to learn Framework. Yes! you are at the right place to start with. I expect you are here to know what is Framework or you want to switch into Frameworks. Ok Lets discuss what it is? Here we will discuss about PHP Frameworks.

Framework:

A frame work provides functionality that is essential for the development, this can be changed by additional reusable user-written code. Frameworks are helpful for both beginners and experienced developers. It speeds up the development, provides well-structured and reusable code which helps you to grow overtime as a web application.

PHP Frameworks:

Hope now you know what a framework is. Now we will discuss about PHP Frameworks. There are many PHP frameworks available now and all of them have their on pros and cons. You have to pick your framework based on the kind of project you are working with.

In general PHP Frame works follow software architecture Model-View-Controller (MVC). The controller has some oversight in that it selects the model and view.

 

Model-View-Controller Architecture Pattern

 

In simple words we can say that whenever a URL is accessed by the user it will invoke a controller, controller accepts the request and fetches data using the model. Later with these data a view is loaded, that will be the end user’s view.

 

Popular PHP framework List:

1.     Codelgniter

2.     Laravel

3.     Yii

4.     Symfony

5.     CakePHP

6.     Zend

Tips: Choose one framework, learn it and practice that with a project(Live or Dummy) . Once you are familiar with any one of the framework you can switch to any other frameworks easily.

All the very best for your Framework Development career.

 

Spectrum

Leave a Reply

Your email address will not be published. Required fields are marked *

Post comment