current location:Home > Technical Articles > php教程 > PHP开发
- 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
-
- Detailed explanation of Yii2.0 scenarios scenario application
- To give a simple example, there are three fields in the post table: title image content. When I create a post, I think all three fields are required, but when you modify it, the two fields title content It is required, iamge does not need to be filled in. Under normal circumstances, [['title', 'content', 'image'], 'required',], but when we change it, we only need [['title', 'content'], 'required'], just That's OK, but without the image field, our form will be
- PHP开发 1608 2017-01-03 09:47:55
-
- Yii2.0 defense against csrf attack method
- In yii2, whether you use the testing tool POSTMAN, the command line CURL request, or the ajax request, you will always get the http400: Bad Request error; but if you use the Web page to access GET (removing the POST restriction of verbFilter), it is normal.
- PHP开发 1600 2017-01-03 09:46:16
-
- yii2.0 encryption and decryption processing method
- Yii provides convenient helper functions that allow you to encrypt and decrypt data using a security key. Data is transmitted through an encryption function so that only someone with the security key can decrypt it. For example, we need to store some information in our database, but we need to ensure that only people with the security key can see it (even if the application's database is leaked)
- PHP开发 1425 2017-01-03 09:44:18
-
- Detailed explanation of yii2.0 model rules verification
- The registration that comes with Yii2 can be used as the registration function of the website, but adding repeated passwords and verification codes will be more perfect!
- PHP开发 1406 2017-01-03 09:42:56
-
- Ajax submission method of Yii2.0 ActiveForm component
- Ajax submission method of Yii2.0 ActiveForm component
- PHP开发 1481 2017-01-03 09:40:06
-
- Yii2.0 creates a custom component method
- Yii2.0 creates a custom component method
- PHP开发 1242 2017-01-03 09:38:27
-
- yii2.0 static resource js css introduction method
- yii2.0 static resource js css introduction method
- PHP开发 2278 2017-01-03 09:36:29
-
- Yii2.0 ArrayHelper::map() usage method
- Construct a mapping (in the form of key-value) from a multidimensional array or array. The mapping relationship is set by specifying the corresponding key value or attribute name through the "$from" and "$to" parameters. Of course, you can also further group the mapping based on the grouping field "$group".
- PHP开发 2048 2017-01-03 09:33:27
-
- Detailed explanation of addition, deletion, modification and query of Yii2.0 database operations
- Detailed explanation of addition, deletion, modification and query of Yii2.0 database operations
- PHP开发 1772 2017-01-03 09:32:01
-
- yii2.0 widget production tutorial
- yii2.0 widget production tutorial
- PHP开发 1308 2017-01-03 09:27:56
-
- yii2.0 UrlManage link url rule analysis
- yii2.0 UrlManage link url rule analysis
- PHP开发 1823 2017-01-03 09:25:11
-
- Yii method to hide index.php in URL
- This article mainly introduces Yii's method of hiding index.php in the URL, involving the settings of Yii configuration files and pseudo-static configuration techniques. Friends in need can refer to the following
- PHP开发 1833 2016-12-30 17:02:23
-
- Implementation method of clearing cache in PHP Yii
- This article mainly introduces relevant information on the implementation method of PHP Yii cache clearing. Here is an example of how to implement it. Friends who need it can refer to it.
- PHP开发 1611 2016-12-30 17:01:04
-
- Analysis of word filtering principles in ucenter
- This article mainly introduces the principle of word filtering in ucenter, and analyzes the related SQL field definitions and filtering functions of words in ucenter in the form of examples. It involves PHP regular replacement and related operation skills of strings and arrays. Friends who need it can For reference
- PHP开发 1143 2016-12-30 16:52:04
-
- UCenter Home Secondary Development Guide
- This article will focus on the core theme of UCH secondary development, focusing on the codes of various implementations, and the auxiliary part will briefly explain how to carry out secondary development for UCH. UCH will be open sourced in a while, and I will write a detailed analysis of the UCH mechanism when the time comes.
- PHP开发 1374 2016-12-30 16:48:05