摘要: config.php 添加子模块后,在父模块添加管理入口配置,实现父模块管理子模块功能,如果父模块出现bug,子模块将无法继续使用 阅读全文
posted @ 2016-05-26 10:07 雨落知音 阅读(253) 评论(0) 推荐(0) 编辑
摘要: cat.php Dog.php Mouse.php controllers/AnimalController.php 调用第三方类库 阅读全文
posted @ 2016-05-26 09:50 雨落知音 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-26 09:43 雨落知音 阅读(135) 评论(0) 推荐(0) 编辑
摘要: config.php 阅读全文
posted @ 2016-05-26 09:40 雨落知音 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 程序 = 算法 + 数据结构 数据结构 制约了 算法的 >>>>依赖注入 依赖注入也就是解数据结构和算法耦合的思想 阅读全文
posted @ 2016-05-26 09:37 雨落知音 阅读(251) 评论(0) 推荐(0) 编辑
摘要: <?php /** * Created by PhpStorm. * Date: 2016/5/25 * Time: 19:09 * * YII的类的映射表 */ namespace frontend\controllers; use Yii; use yii\web\Controller; //use frontend\models\Post; //作用被下面的classMap... 阅读全文
posted @ 2016-05-26 09:31 雨落知音 阅读(352) 评论(0) 推荐(0) 编辑
摘要: http禁止缓存原理 HttpcacheController.php 首先判断的是客户端lastModified,如果最后更新时间没有变化,就不会更新缓存,然后再判断etagSeed httpcache/index.php 阅读全文
posted @ 2016-05-26 09:29 雨落知音 阅读(214) 评论(0) 推荐(0) 编辑
摘要: IndexController.php views/index/index.php 阅读全文
posted @ 2016-05-26 09:25 雨落知音 阅读(249) 评论(0) 推荐(0) 编辑