i'm newbie in zend framework , i use zf command line tool to create new project like this : zf.bat create project zf_cms
after i run this command for first time everything ok and no-error occur but i expect project files exists on c:\program files\zend\apache2\htdocs but there is noting .
after that when 开发者_Python百科i rerun command it says this project already exists !!
how can i create new project using zend command line tool or any other ways . tanks.
At your command line, type: cd c:\program files\zend\apache2\htdocs
hit "enter"
and then, type in your zf.bat
command
It might be created under your default workspace... you can use symbolic link if you're using linux or mac to link your workspace with your apache... you also can use Zend Studio to create a new ZF project...
精彩评论