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:
-
- How to load static resources in yii2 framework
- This article introduces you to the relevant knowledge of loading static resources in the yii2 framework. It has certain reference value and I hope it can be helpful to everyone.
- YII 2945 2020-12-30 09:21:43
-
- Yii framework project deployment steps
- This article shares with you the correct steps for deploying Yii framework projects. It has certain reference value and I hope it can be helpful to everyone.
- YII 2998 2020-12-24 10:23:39
-
- Yii framework implements image upload source code sharing
- yii framework: This article shares the source code of the yii framework to implement the image upload function. It has certain reference value and I hope it can be helpful to everyone.
- YII 2131 2020-12-18 09:43:53
-
- How to manually generate error logs in Yii
- First configure the error method and modify the errorHandler parameters; then modify the default error method under config/web to the site controller; finally create actionError in the error controller.
- YII 3529 2020-12-10 16:48:16
-
- How to add data to the database in batches in yii2
- yii: This article introduces the method of adding data to the database in batches using yii2. It has certain reference value and I hope it can be helpful to everyone.
- YII 3547 2020-12-08 15:44:24
-
- How to set up cache in yii2 framework
- This article introduces the method of setting cache in the yii2 framework. It has certain reference value and I hope it can be helpful to everyone.
- YII 2465 2020-12-02 15:34:33
-
- How to save and obtain data in yii2 framework
- Method to obtain data: [$this->user_exam = Yii::$app->session->get('user_exam');].
- YII 2375 2020-12-01 15:26:10
-
- yii implements image uploading
- yii: This article shares with you the code for image uploading using the yii framework. It has certain reference value and I hope it can help you.
- YII 9226 2020-11-27 16:54:51
-
- yii method to hide index.php
- How to hide index.php in yii: first add urlManager to the configuration file main.php; then create a new .htaccess file in the same directory as index.php; and finally configure nginx.conf and vhosts.conf.
- YII 2241 2020-11-30 10:51:59
-
- Why should we choose yii framework
- Reasons for choosing the Yii framework: 1. Simple installation; 2. Use of modern technology; 3. High scalability; 4. Encourage testing; 5. Simplified security.
- YII 4364 2020-11-23 16:58:30
-
- What is the difference between model and activeRecord in yii2
- yii: This article introduces the difference between model and activeRecord in yii2. It has certain reference value and I hope it can help everyone.
- YII 10904 2020-11-20 15:57:37
-
- How to use MemCache cache correctly in Yii framework
- This article shares with you how to use MemCache cache correctly in the Yii framework. It has certain reference value and I hope it can help everyone.
- YII 2406 2020-11-18 15:29:39
-
- How to get the website root directory in Yii
- How to get the root directory of the website in Yii: use dirname(__FILE__) in the index.php file and save it.
- YII 2738 2020-10-14 17:37:49
-
- How to get the current url and domain name in yii
- yii: The method to obtain the current domain name is [echo Yii::app()->request->hostInfo;]. The method to get the current url is [echo Yii::app()->request->getUrl();].
- YII 2999 2020-09-28 17:20:42
-
- How to set the default controller in yii2.0
- How to set the default controller in yii2.0: 1. Open the frontend/config/mian.php file; 2. Add the content ['defaultRoute' =>'index'].
- YII 2129 2020-09-18 17:09:43