1.在httpd.conf开启LoadModule rewrite_module模块 2.让apache支持.htaccess,修改httpd.conf ...
分类:
数据库 时间:
2018-05-09 19:25:48
阅读次数:
156
动作执行完之后禁止调用render()方法 ...
分类:
其他好文 时间:
2018-04-30 14:37:51
阅读次数:
110
驱动使用框架的视图逻辑,如使用你用 set() 方法 给出的数据,将视图放入它的布局($layout)中,并把它提供给 最终用户。 ...
分类:
其他好文 时间:
2018-04-30 14:32:05
阅读次数:
157
location ~ /\.(css|js|woff|ttf|gif|jpg|jpeg|png|bmp|swf) { rewrite ^/$/(.*)$ /$1/app/webroot/$1 last; break; } ...
分类:
Web程序 时间:
2018-04-28 14:08:14
阅读次数:
138
Yii集成 对于Yii集成,请通过Filsh查看Yii OAuth2服务器资源库 CakePHP的 有关CakePHP中集成的这个库的示例,请参阅Qsoomro CakePHP OAuth2 Demo Restler 从features \ html下载最新的副本 树枝模板库 bshaffer的oa ...
分类:
Web程序 时间:
2017-11-16 11:40:10
阅读次数:
152
cakephp strtotime:将英文文本日期时间解析为 Unix 时间戳 ...
分类:
其他好文 时间:
2017-09-05 15:48:24
阅读次数:
125
CakePHP 3.4.10 已发布,CakePHP 是一个运用了诸如 ActiveRecord、Association Data Mapping、Front Controller 和 MVC 等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的 PHP 开发人员快速地开发出健壮的 ...
分类:
Web程序 时间:
2017-07-12 13:38:58
阅读次数:
219
public function push_designer_app($params) { $this->layout = false; $this->autoRender = false; //给APP推送 $pushconf = array( 'app_key' =... ...
分类:
移动开发 时间:
2017-07-05 19:58:55
阅读次数:
233
今天复习的CI框架,又重新写了一些关于CI 框架的琐碎 1、cakePHP,thinkPHP 2.CI框架CI中规定http://localhost/myci2/控制器名/方法名 http://localhost/myci2/welcome/index 3.MVC(model view contro ...
分类:
Web程序 时间:
2017-06-30 22:12:37
阅读次数:
196