0

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 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.

2 Answers 2

1

At your command line, type: cd c:\program files\zend\apache2\htdocs hit "enter"
and then, type in your zf.bat command

Sign up to request clarification or add additional context in comments.

Comments

0

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...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.