Tuesday, February 1, 2011

PHP Framworks ? Why ?

Today, I am going to talk about some of the popular MVC (Model View Controller) PHP frameworks.  PHP Expert  people has asked me what is CakePHP, or What is CodeIgniter? How to to use them ? When to use them ? Today, I’m going to talk about PHP frameworks which I’ve used. Please note that the choice of choosing a framework is personal preference and the statement and this post is not going to say that this framework is better than this framework.

Well, there are many benefits of using PHP frameworks, we will see some major benefits from its use.

1. They PHP frameworks is a design pattern, so when you use this framework to follow your coding convention that makes your code clean and extensible for future purpose.
2. The popular PHP frameworks like CakePHP, CodeIgniter, Zend Framework, Symfony is Model View Controller (MVC) design that separates business logic from user interface that makes the code more clean and extensible.
3. As everyone can guess, these frameworks contain a large number of libraries to make your job easier. For example, to validate one of you can not write code all we have in the normal stage of coding, only a few lines of code that calls the library may be sufficient for this.
4. While working on a large project on a computer, these PHP MVC framework is a great tool for development, you can assign a developer to develop MVC of a module to a developer and is very easy integration of these modules developed in the final level .
5. These MVC framework really helps you develop the project quickly, if you know a good framework so you do not have to worry about the project deadline.
6. Most of these frameworks MVC approach uses clear url to your web project, SEO friendly.

Also, if you want to charge money for visitors to download content or access its Web site, this software is very useful.

No comments:

Post a Comment