March 16, 2012

PHP Frameworks

PHP has for a long time been a strong web langauge. It is a messy language but a good framework can make it work for more large scale development.

Frameworks alike Codeigniter, CakePHP, Symphoyn, Yii, Zend, PHPDevShellKohana, Akelos are examples of frameworks. Melt is a framework created by some guys from Linköping.

Among these opinionas about what is best seems to vary though for instance codeigniter gest praise for beeing easy and in that

Zend is sometimes regarded more as a collection of libraries than a framework and doesn't have native support for ORM so if Zend is an alterantive for you, look here for more information about how to get that in:



If you want to work in PHP your should look into all the frameworks to see what to use.

An alterantive for a framework si also to address ORM using a system like Doctrine which is a PHP -library for database access in ORM format






No comments:

Post a Comment