"; and finally run it."/> "; and finally run it.">

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

How to check the version number in yii

angryTom
angryTomOriginal
2019-11-04 16:13:403430browse

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(); ?>

2. Run the browser to view the YII version number

1.1.10

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!

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