The difference between yii and cms
1. The concept of CMS
CMS is a content management system, which can also be understood as the framework and infrastructure of a website. It includes a variety of functions, such as: content publishing system, e-commerce transaction system, file download system, image display system, etc.
Common domestic CMS systems mainly include: Empire cms, Dreamweaver cms, phpcms, Dongyi cms, WordPress, Zblog and other blog systems.
2. The concept of Yii
Yii is a high-performance component-based PHP framework for rapid development of large-scale web applications. It maximizes reusability in web development and can significantly increase the speed of your web application development.
Yii is used to develop almost all web applications. Because 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.
3. The difference between Yii and CMS
CMS refers to the content management system, which is usually a developed web application that can be used on the server. ;
Yii is a framework for developing web applications, and you can use it to develop CMS programs.
Recommended related articles and tutorials: yii tutorial
The above is the detailed content of The difference between yii and cms. For more information, please follow other related articles on the PHP Chinese website!