Home  >  Article  >  PHP Framework  >  How about yii

How about yii

(*-*)浩
(*-*)浩Original
2019-11-07 13:37:491940browse

How about yii

What is Yii

Yii is a high-performance, component-based PHP framework for rapid development of modern web applications. The name Yii (pronounced Yi) has dual meanings in Chinese of "extreme simplicity and continuous evolution", and can also be regarded as the abbreviation of Yes It Is!. (Recommended learning: yii tutorial)

What is Yii best suited for?

Yii is a general web programming framework that can be used to develop various web applications built with PHP. Because of its component-based framework structure and well-designed caching support, it is particularly suitable for developing large-scale applications, such as portals, communities, content management systems (CMS), e-commerce projects, and RESTful web services.

How does Yii compare with other frameworks?

If you have experience using other frameworks, then you will be happy to see the efforts made by Yii:

Similar to other PHP frameworks, Yii implements MVC ( Model-View-Controller) design a pattern and organize your code based on that pattern.

Yii’s code is simple and elegant, which is its programming philosophy. It never over-engineers code to rigidly follow a design pattern.

Yii is a full-stack framework that provides a large number of proven, out-of-the-box features: query builder and ActiveRecord for both relational and NoSQL databases; RESTful API development support; multi-layer Cache support, etc.

Yii is very easy to extend. You can customize or replace almost any part of the core code. You'll also benefit from Yii's solid and reliable extension architecture to use, redevelop or redistribute extensions.

High performance has always been one of Yii's top goals.

Yii is not a one-man show. It is supported by a strong team of developers and has a large community of experts who continue to contribute to the development of Yii. The Yii developer team always pays close attention to web development trends and best practices and features in other frameworks and projects. Those meaningful best practices and features will be integrated into the core framework from time to time, and provide simple and elegant interface.

The above is the detailed content of How about yii. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn