I have done all the configurations required to run a zend framework project on the server,and its working fine.But when I try to create a new project from the command line,
C:\wamp\www> zf create project myproject
its not creating the project.Also its not giving any error.I have set the paths of php.exe and zf.bat.
C:\wamp\www> zf show version is also not doing anything.
There is not much information about this in the online documentation.
ini_set('display_errors', '1'); error_reporting(-1);- Matthieu Napoli