尝试使用 zf 从命令行在 Zend 中运行“创建项目”时,出现以下错误:
为了运行 zf 命令,您需要确保 Zend 框架在您的 include_path 中
我正在使用 XAMPP,我的 php ini 位于:C:\xampp\php\php.ini 读取:
include_path = ".;C:\xampp\php\PEAR;C:\ZendFramework-2.1.1\library"
我正在运行 Windows 7,我的环境变量为:
C:\xampp\php;C:\ZendFramework-2.1.1\library;C:\ZendFramework-2.1.1\bin
因此,即使我在 php.ini 中引用了框架,它仍然无法识别。请帮忙