Home > PHP Framework > YII > How to check the version number in yii

How to check the version number in yii

angryTom
Release: 2019-11-04 16:13:40
Original
3496 people have browsed it

How to check the version number in yii

How to check the version number in yii

1. Create a new version.php file and enter the following content

<?php echo Yii::getVersion(); ?>
Copy after login

2. Run the browser to view the YII version number

1.1.10
Copy after login

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 the dual meanings of "extreme simplicity and continuous evolution" in Chinese, and can also be regarded as the abbreviation of "Yes It Is!".

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.

Recommended: "YII Tutorial"

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template