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:
-
- The difference between yii2 basic version and advanced version
- The difference between the basic version and the advanced version of yii2: The basic version is suitable for those who are new to the Yii framework. It provides simple functions and a single application. However, this single application can also be turned into multiple applications. The advanced version is suitable for those who know the Yii framework. It has multiple applications and is divided into front and backends. It is similar to the basic version. However, it may be a little more complicated for children who have not come into contact with the Yii framework.
- YII 3103 2019-12-27 10:07:12
-
- Yii2.0 implements hiding the label label in the form
- The method to hide the label label in the form in yii2.0 is: [<?=$form->field($model, 'ee_type')->dropDownList(YiiLib::loadDDList())->label(false)?> 】.
- YII 3308 2019-12-24 14:55:23
-
- How to customize public classes in yii2
- The method to customize public classes in yii2 is: 1. First create a new folder in the YII root directory, such as [wechat]; 2. Then create a new file in the folder, such as [wechat.php]; 3. Finally Just introduce the [wechat.php] file to call the controller.
- YII 2494 2019-12-24 14:39:56
-
- Use of datepicker date component in yii
- The method of using the datepicker date component in Yii is: first you need to install the [datepicker] date component, such as [composer require kartik-v/yii2-widget-datepicker "@dev"], and then use this component.
- YII 2232 2019-12-24 14:19:40
-
- How to print sql statement in yii2.0
- Yii2.0 can use "echo $query->createCommand()->getRawSql();" to print sql statements. The "$query->createCommand()->getRawSql()" statement can obtain the currently executed sql statement.
- YII 4194 2019-12-24 14:04:12
-
- Yii implementation does not load the layout file
- The way Yii implements not loading layout files is to set the [layout] attribute in [Controller] to [false], for example: [public $layout=false;], and just rewrite this attribute.
- YII 2518 2019-12-24 14:00:53
-
- yii prompts an error when entering the correct verification code
- The reason why yii prompts an error when entering the correct verification code is that the model was independently verified before saving. After the verification was completed, the verification code was regenerated, resulting in a second validation verification during [model save]. The solution is to exclude the verification code field.
- YII 1609 2019-12-24 13:44:52
-
- How to use yii2 search box
- The yii2 search box can be implemented using the select2 component and the select2 jQuery plug-in composed of a Yii2 enhancement package. It supports searches, remote datasets, and infinite scrolling of results.
- YII 2769 2019-12-24 13:43:14
-
- How to pronounce yii?
- Yii (pronounced Yee or [ji:], which should be the pronunciation of "yi"), represents easy, efficient and extensible. Yii is a component-based, high-performance PHP framework for developing large-scale web applications.
- YII 7307 2019-12-23 18:16:07
-
- What does yii mean?
- Yii is a component-based, high-performance PHP framework for developing large-scale web applications. In WEB development, Yii can maximize code reuse and greatly improve the speed of development.
- YII 9298 2019-12-23 18:10:58
-
- What is yii?
- Yii is a component-based high-performance PHP framework, a high-performance PHP5 web application development framework. Yii is written in strict OOP and has complete library references and comprehensive tutorials.
- YII 3118 2019-12-23 18:05:26
-
- How to install yii framework?
- How to install the yii framework: 1. Install the Composer tool; 2. Run the composer create-project --prefer-dist yiisoft/yii2-app-basic basic command in a web-accessible folder to install it.
- YII 3262 2019-12-23 18:01:26
-
- What is yii2.0?
- Yii is a high-performance PHP5 web application development framework, and yii2.0 is the 2.0 version of the Yii framework. Because the Yii2.0 version framework is completely rewritten, there are quite a few differences between the 1.1 and 2.0 versions.
- YII 2738 2019-12-23 17:49:32
-
- What are the differences between yii1 and yii2?
- Difference: Yii2 application instances directly use global named variables to access: $app without calling app(). A significant change in the view layer of Yii2 is the introduction of view classes. Yii2 introduces the concept of resource packages, and the way of resource reference changes greatly.
- YII 4196 2019-12-23 17:43:13
-
- What is the folder assets in Yii?
- In Yii, assets are generally folders that store some style files (css), script files (js), picture files (images) and other content in the front and backend, so they can be used with Yii::app()->request-> Use baseUrl in conjunction with (get the project name).
- YII 5788 2019-12-23 17:36:22