- PHP初学者,请原谅我的无知。
- 需要将 CakePHP 项目从 1.3.16 版本更改为 2.3.5。
- 到目前为止,这些事情都做了——
- 查看有关将 1.3 升级到 2.0 和 2.x 的网站,并阅读有关 CakePHP 的博客教程。
- 让 1.3.16 版本的项目在 inetpub\wwwroot\proj 中工作。
- 安装 CakePHP 2.3.5 并将其放在 inetpub\wwwroot\cakephp235 中。
- 找到“CakePHP:快速开发框架”页面 [http://localhost/cake235]、PHP 版本、tmp 目录是否可写等。
- 将新的 app\config\core.php security.salt、security.cipherseed 更改为旧值。
- 将新的 app\config\default.php 数据源、登录名、密码、数据库更改为旧值。
- 更改了app\config\bootstrap.php,添加了require_once(APP.'config'.DS.'constants.php'); 从旧。
- 将 app\config\constants.php 从旧区域复制到新区域。
- 现在想
- 将模型、视图和控制器从旧区域复制到新区域。
- 使用升级 shell 从 1.3.16 开始更改。到 2.3.5。
- 问题
- 配置还有什么需要的吗?
- 升级 shell 是否通过在 inetpub\wwwroot\cakephp235\lib\Cake\Console\Command\Upgradeshell.php 中键入“upgradeshell all”来运行?
- 如果是这样,运行升级 shell 是否会更改旧但运行 1.3.16 版本目录或仅在新 2.3.5 目录中的任何内容?
问问题
423 次