Skip to content
English
中文 (中国)
Eternal Night
There is no problem not worth solving, and no technology not worth learning!
Home
About Me & Cooperation
Programming Languages
Programming Dev
Web Frontend
Web App Dev
Blockchain
Mobile Dev
Site Builder
Blog Operations
Dev Tools
App Tools
Cloud
Server
Database
OS
Monitor & Manage
Category:
PHP 7.1
Based on yiisoft/yii2-app-advanced, create a new repository yii2-app-advanced on github, and create a new interface application (implement RESTful-style web service services. API), adjust the default character set to: utf8mb4, the adjustment of the interface response format, the empty array is automatically converted to empty objects, and the request log message is collected in the interface application (1 request corresponds to 1 log message) to the database, and the corresponding interface to implement the log function: log list (set data filter to enable filter processing), log details
2018/06/22
HTTP client extension based on Yii 2, configure the client through application components, and send HTTP request data in JSON format
2018/06/15
Implementation of temporary validation of some values that are not bound to any model class on Yii 2.0 (using a core validator)
2018/06/12
On Yii 2.0, use updateAll() to update the implementation of the table column value to another column value of the same table
2018/06/07
On Yii 2.0, the API of RESTful-style web service services, PUT to implement batch update resources
2018/06/06
On Yii 2.0, declare the validation rules related to the characteristics of the model that need to be validated, using[[yii\behaviors\TimestampBehavior]], rewrite[[yii\base\Model::rules()]] method of method
2018/05/30
On Yii 2.0, the API of RESTful-style web service services, the implementation of cookies supported (not recommended)
2018/05/23
On Yii 2.0, the API of RESTful-style web service services, the implementation of POST batch new resources
2018/05/16
Based on yiisoft/yii2-app-advanced, create a new repository yii2-app-advanced on github, and create a new interface application (implement RESTful-style web service services. API), prepare some examples of automated tests (API tests) for user-related operations in the tests directory of the API to ensure that the application will not affect existing functions when changing or adding new functions
2018/04/13
Based on yiisoft/yii2-app-advanced, create a new repository yii2-app-advanced on github, and create a new interface application (implement RESTful-style web service services. API), implement RESTful web service, support internationalization (drivingly set the target language, default to simplified Chinese)
2018/04/09
Previous Page
1
2
3
4
5
6
Next Page