Home >Backend Development >PHP Tutorial >netbeans-求解决!用Netbeans搭建Zend框架时出错

netbeans-求解决!用Netbeans搭建Zend框架时出错

WBOY
WBOYOriginal
2016-06-02 11:34:35964browse

netbeansphpzend frameworkapache

windows下的,我的apache版本是2.4的,PHP为5.5.7,Zend框架版本为1.12.3。
创建php项目,勾选框架支持时,没出现错误。项目右键运行Zend命令时,用此命令
zf configure db-adapter
"adapter=PDO_MYSQL&host=localhost&dbname=guestbook&username=root&password=" production
就报错了。报错如下:
'host' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'dbname' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'username' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
'password' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

请问,这是我的apache配置有误吗?怎么解决?求解答,谢谢

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn