Zend Framework: How to load existing project into ZF's CLI?

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-03-20T20:47:14Z Indexed on 2010/03/20 20:51 UTC
Read the original article Hit count: 356

Filed under:
|
|

In ZF you create a project by running this command:

zf create project MyProjectName

But how does one load a project that already exists?

I don't see anything in the documentation that specifies a zf load project or zf set project or something like that.

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework