I am using zend framework with windows XP and WAMP server.
I have created zend project using following DOS commands:
SET PATH=%PATH%;C:\wamp\bin\php\php5.3.0
C:\>wamp\www> C:\wamp\www\ZendFramework\bin\zf.bat create project test
and my project is created at:
C:\wamp\www\test
Now I have two questions. Q.1: In which folder I will run my create controller zend command using DOS?
C:\wamp\www\test>
or
C:\wamp\www\test\application\controller>
Q:2 I have tried both above folder locations to run create controller command. I have following error. how to solve this?
COMMAND
C:\>wamp\www\test> C:\wamp\www\ZendFramework\bin\zf.bat create controller test
ERROR:
Fatal Error: Cannot Redeclare class Zend_Loader in C:\wamp\www\test\library\Zend\Loader.php on line 31
Thanks