【发布时间】:2010-02-22 11:50:10
【问题描述】:
我刚刚设法使用 Zend_Tool 创建了一个项目,但我被困在“第二步”——启用布局。
zf enable layout
导致:
发生错误
操作“启用”不是有效操作。
这是我的文件夹结构:
|--library
| |--Zend //framework classes in this folder
|
|--bin //command line tool folder
| --zf.sh
| --zf.php
| --zf.exe
|
|--zend_test //my test project folder
| |--application
| |--library
| | --Zend //symlink to ../../library/Zend
| |--public
| |--tests
库文件夹在我的 include_path 中。检查:
php -i | grep include_path
请注意,我可以使用 zf create project zend_test 和其他操作(如 show 工作)创建项目。
Zend Framework 官方论坛上有一些人有同样的问题,但没有答案。
感谢您的帮助。
【问题讨论】:
标签: php unix zend-framework zend-tool