Best Framework For Php To Work In - YII
By spsingh
There are several good Frameworks for PHP to work in therefor it is difficult for a beginner to choose and learn a single framework.
Out of several frameworks few which are famous :-
- CakePhp
- Zend Framework
- Symphony
- Codeigniter
- Prado and list is very long
But out of these similar framework there is cool fast young framework for php which is
YII :-Yii (Yes it is) :-It is a PHP framework based on Object oriented php5.Developed by Qiang Xue.who started to work on YII on 1st January 2008.Qiang Xue was with experience in development of frameworks PRADO one of famous framework for PHP was also developed by Qiang Xue.
It is said that YII framework is best because it is based on DRY(Don't repeat yourself)design pattern that is why is is called fast application development framework for PHP.
The bars below shows the RPS(Requests per second) that users can make per second to application more the RPS more efficient application is.
APC here is Alternative PHP cache (php cache is used to increase the performance of a php web application).
YII built with help of :-Qiang Xue made use of several other web technologies to enhance the power of YII Qiang Xue used :-
Ruby on Rails:-Yii inherits its spirit of convention over configuration. Yii also referenced its implementation of the active record design pattern for its ORM layer.
PRADO:-prado(framework) is major source in development of YII.
Jquery:-Jquery is integrated in yii .
Symphony and joomla :- were also used in development of yii.
As mentioned above YII is young framework so developers are still working on it to make it more awesome But developers around the world started using it due to its great features and performance.You can get more information about YII on its official website and check whether it is for you or not.
Ray Stoeckicht 6 months ago
Before we started building Zurmo, we looked at yii, cakephp, zend, and codeigniter. We felt yii was a great framework because it was lightweight, fast, and clean. It had a full set of functionality and matched up well with the other frameworks. We are delighted with the decision.