This project was first developed by a master named Qiang Xue in January 2008 and at December 2008 Yii 1.0 was released to the public. And it's amazing, just a few years ago is now a Yii PHP framework that demand a lot of people.
Yii PHP framework beyond the others in terms of efficiency, feature-richness, and clarity of documentation.
Yii framework has advantages compared to other frameworks. Here are some frameworks performance comparison chart:
RPS: Request per second - APC: Advanced php caching |
Yii implements the design pattern of the model-view-controller (MVC), which aims to separate logic from user interface considerations in order to more easily change any part without affecting the others. In MVC, the model represents the information (data) and business rules; view contains user interface elements such as text, input forms, while the controller manages the communication between the model and view.
Yii also introduced a front-controller, called Applications, which encapsulates the execution context to process a request. Application to collect some information about the user request and then sends it to the appropriate controller for further handling.
To run a applications web based Yii, required web server that supports PHP 5.1.0 or later. You can download Yii for free from the official website here: http://www.yiiframework.com/download/
Nice Blog , This is what I exactly Looking for , Keep sharing more blog .
ReplyDeleteRemote Yii Framework Team