current location:Home > Technical Articles > PHP Framework > YII
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What are the disadvantages of yii framework
- The shortcomings of the Yii framework include less guidance and consideration of the Model layer, fewer document examples, proficiency in PHP technology, proficiency in OOP programming, and View is not an ideal view.
- YII 2812 2019-11-05 10:41:38
-
- Is yii framework gii used a lot?
- As a major development tool, Gii is still used a lot. Gii of the Yii framework is a rapid creator. Of course, it is of little significance for learning, but for those who already understand its principles and use it to develop, it is a good tool for rapid development.
- YII 2384 2019-11-05 10:34:08
-
- Does yii2 support php7?
- yii2 supports php7. The minimum available version of Yii2 for PHP7.2 is 2.0.13. The project uses Composer to manage bower and npm front-end resources.
- YII 3670 2019-11-05 10:14:52
-
- How to use uploadify in yii2
- Download Uploadify, configure composer.json (it exists in the website root directory), find require, and then add our uploadify; use composer to download yii2-uploadify-widget to our website and open it in the website root directory.
- YII 3620 2019-11-05 10:04:01
-
- How to develop modules in yii2
- The yii2 model can be created with the gii tool, which is convenient and fast; yii2 can create a modules folder in the root directory of the project to store each module. Of course, you can also create additional modules in each module, and then you can develop on the module.
- YII 2526 2019-11-05 09:51:02
-
- How to process http requests in yii2
- yii2 uses VerbFilter for HTTP request processing. VerbFilter is a filter for HTTP request methods. Its function is to define the HTTP requests allowed to access specified actions. If an HTTP request that is not allowed comes, an HTTP 405 error will be thrown.
- YII 3974 2019-11-05 09:42:49
-
- How to turn off debugging in yii2
- Add in the entry file: defined('YII_DEBUG') or define('YII_DEBUG', false); defined('YII_ENV') or define('YII_ENV', 'prod'); to turn off debug.
- YII 4740 2019-11-05 09:29:15
-
- Composer failed to install yii2
- The reason why composer failed to install yii2 is that there are only template files under the folder and no vendor. Solution: 1. Execute composer self -update command to update composer; 2. Update (install) plug-in.
- YII 3055 2019-11-05 09:28:00
-
- How to create an application in yii2
- First copy a copy of the backend in the root directory of the project and rename it to api; copy the api environment; modify the code after the environments/index.php file; switch to the project root directory and execute the initialization command; add the api folder alias; modify the configuration file ;Modify api files.
- YII 2237 2019-11-05 09:21:03
-
- How to install yii2
- yii2 is installed through composer. First, you need to install composer; set Composer globally to use the Chinese image; install composer-asset-plugin; install yii2 basic or advanced version; configure the domain name information to complete the installation and you can access it.
- YII 2258 2019-11-05 09:09:14
-
- How to check the version number in yii
- How to check the version number of Yii: first create a new php script file version.php; then enter the content "<?php echo Yii::getVersion(); ?>"; and finally run it.
- YII 3439 2019-11-04 16:13:40
-
- The difference between yii and tp framework
- The difference between yii and TP frameworks: 1. Yii framework has multiple configuration files, TP framework has only one; 2. Yii framework has many page controls, and TP framework does not use page controls.
- YII 3959 2019-11-04 15:10:10
-
- How to install yii2 framework
- The method to install the yii2 framework is: 1. Download the yii2 framework locally and extract it to the website root directory of the local server; 2. Enter the decompressed yii2 directory; 3. Start the local server; 4. Enter the web directory in the browser to test whether it is installed. success.
- YII 3157 2019-11-04 15:00:51
-
- How to achieve internationalization in yii2
- The internationalization function (i18n component) provided by yii2 supports all-round information translation, view translation, date and number formatting. It can adapt to the needs of different languages and regions without making major changes, so that users of the product can use it on a global scale.
- YII 2443 2019-11-04 14:51:11
-
- What are the advantages of yii2
- yii2 is easy to learn and use. You only need to know PHP and object-oriented programming, and you can get started quickly without having to learn a new architecture or template language in advance. Development with yii2 is very fast, and apart from the framework itself, very little coding needs to be written for the application. Making yii2 one of the most efficient development frameworks.
- YII 3509 2019-11-04 14:40:33