分类: Yii
-
Post Views: 64 1、编辑 \api\config\urlManager.php,定义路由以支持 PUT close/{id} 2、编辑 \api\controllers\PlanTaskC […]
-
Post Views: 113 1、/common/models 目录中的模型类文件仅允许Gii工具所生成,为公共的模型数据层,如图1 2、/common/logics 目录中的模型类文件为业务逻辑相关 […]
-
Post Views: 91 1、\api\rests\plan_task\CreateAction.php,具体实现可参考网址:https://github.com/yiisoft/yii2/blob […]
-
Post Views: 1,303 1、删除控制器 \api\controllers\SiteController.php,删除模型 \api\models\ContactForm.php、\api\m […]
-
Post Views: 1,331 1、创建一个新的仓库,shuijingwan/yii2-app-advanced,如图1 Yii 2高级项目模板,模板包括四个层:接口(实现 RESTful 风格的 […]
-
Post Views: 147 1、参考网址:https://github.com/yiisoft/yii2-coding-standards ,如图1 2、克隆 yiisoft/yii2-coding […]
-
Post Views: 127 1、初步怀疑是因为 bom 头导致的问题,在 EditPlus 中另存为编码:UTF-8 + BOM,如图1 2、执行 Git 提交,差异:文本是相同的,但文件不匹配。发 […]
