Home > Article > PHP Framework > yii What do you read in English?
Yii (pronounced Yee or [ji:], which should be the pronunciation of "yi"), represents easy, efficient and extensible.
#Yii is a high-performance PHP5 web application development framework. A simple command line tool yiic can quickly create a web application code framework. Developers can add business logic based on the generated code framework to quickly complete application development.
Yii is a component-based, high-performance PHP framework for developing large-scale web applications. In WEB development, Yii can maximize code reuse and greatly improve the speed of development.
Environmental requirements
To run a Yii-driven web application, you need a web server that supports PHP 5.1.0 or above.
For developers who plan to use Yii, understanding object-oriented programming (OOP) will be very helpful. Because Yii is a pure OOP framework.
Scope of application
Yii is a general web programming framework that can be used to develop almost all web applications. Since it is lightweight and has a mature caching solution, it is particularly suitable for developing high-traffic applications, such as portals, forums, content management systems (CMS), e-commerce systems, etc.
Recommended learning: Yii introductory tutorial
The above is the detailed content of yii What do you read in English?. For more information, please follow other related articles on the PHP Chinese website!