Netbeansphpzend Frameworkapache
Under Windows, my Apache version is 2.4, PHP for the 5.5.7,zend framework version is 1.12.3.
Create PHP project, check frame support, no error occurred. Use this command when you right-click a project to run the Zend command
ZF Configure Db-adapter
"Adapter=pdo_mysql&host=localhost&dbname=guestbook&username=root&password=" production
It's an error. The error is as follows:
' Host ' is not an internal or external command, nor is it a running program
or batch file.
' dbname ' is not an internal or external command, nor is it a running program
or batch file.
' username ' is not an internal or external command, nor is it a running program
or batch file.
' Password ' is not an internal or external command, nor is it a running program
or batch file.
Excuse me, is this my Apache configuration wrong? How to solve? Ask for answers, thank you