简介
This is cakephp-2.0.0-stable release, only some files modified to automatically detect the envirement and switch configurations. So you can make it run on SAE, or LAMP/WAMP at the same time, no modification required.
修改了Cake2中的几个文件,以便自动探测运行环境并切换相应的配置,使Cake2无需任何修改即可同时运行在SAE和一般PHP环境,便于本地开发和测试。
修改过程见:CakePHP2.0移植到SAE
使用说明
步骤:
1 到cake官网 cakephp.org 下载cake2.0.0,解压。
2 下载 cakephp2-on-sae.zip ,解压覆盖到 cake2.0.0根目录即可。
3 修改config.yaml,把 name:
中的
替换成自己的应用名。
4 参考 cakephp.org 的文档配置好以后,上传到SAE即可。