简体   繁体   中英

Import new Zend Framework project in Zend Studio - how?

I am trying to learn how to develop on the Zend Framework, and therefore was following this tutorial: http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf

I managed to get to the point where I created a project using zf create project-name.

However, in Zend Studio, Any way I try - it simply will not import the project :(

It tells me "No projects found" when I do a search for existing projects in the directory C:\\Users\\username\\Documents\\Dev\\project-name

Also when I do New then select PHP-> Zend Framework Project then Create Project at existing location (from existing source) It tells me in red: Cannot create project content in workspace.

any ideas guys?

我将Zend Studio与Zend Server一起使用,因此通过指向Apache2 / htdocs目录中的现有项目(文件-新建-来自现有目录),我不会收到任何错误,并且已导入项目。

to me this sounds like you want to import an existing project to Zend Studio IDE. take a look at this on how to do it:

note:
you could create your project via command line (zf create project-name) and then import it as described in the link.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM