Problem setting up Zend Framework to run with Netbeans

zend-framework

I am trying to get Zend Framework working with netbeans, but every time there is the error

"php.exe"' is not recognized as an internal or external command,
operable program or batch file.

I am using WAMP server 2.0
it is installed in e:\wamp

My Zend framework is inside e:\wamp\www\ZendFramework-1.10.5

I have located the ZendFramework script as: E:\wamp\www\ZendFramework-1.10.5\bin\zf.bat

I am also registered the module.

What am i doing wrong?

I am running on Windows 7 32 bit, using NETbean 6.9 RC1

Best Answer

easy just add the path of your php.exe to your path variable i guess it was rightclick on Mycomputer -> advanced tab -> environment variables -> then go to the PATH variable and append the path to the PHP.exe and don't forget to append the path to zf.bat after it and go ahead

Related Topic