Recommend a good PHP framework–yii Framework
A better php Framework. Yii-framework.
Yii is a high-performance, component-based PHP framework for rapid development of large WEB applications. It maximizes reusability in web development and can significantly improve the speed of your Web application development. The name Yii (read 易(Yee) or [ji:] ) stands for Simple (easy), Efficient (efficient) and extensible (extensible).
1. Environmental needs?
To run a Yii-driven Web application, you need to have a Web server that supports PHP 5.1.0 or later.
For developers who intend to use Yii, it can be very helpful to understand object-oriented programming (OOP). Because Yii is a purely OOP framework.
2. What is Yii best for??
Yii is a common web programming framework that can be used to develop almost any Web application. Because it is lightweight and has a proven cache solution, it is ideal for developing high-traffic applications such as portals, forums, Content management systems (CMS), e-commerce systems, and more.
3. How does Yii compare with other frameworks?
Like most PHP frameworks, Yii is an MVC framework.
Yii wins other frameworks with its excellent performance, rich functionality and clear documentation. YII has been carefully designed from the outset to be suitable for WEB application development that is strictly forbidden. It is neither a derivative of another project nor a combination of third-party work. It is the author's rich experience in Web application development and the results of research and thinking on most popular web programming frameworks and applications.
At the beginning of a brief look at its tutorial, the feeling is a very good PHP programming framework, documentation tutorials are more detailed, it is recommended.