I have an existing Zend project developed in NetBeans (the project contains all project files for NetBeans)
When I tried to open it for the first time in a new computer with new installed NetBeans 7.0, the NetBeans recognized the project as a regular project and not as a Zend project.
I was looking for a way to set the project as a Zend project after adding it, but didn't find any option how to do this.
(I can create a new Zend project - which lead me to believe this is not Zend configuration problem)
Any Ideas?
开发者_StackOverflow社区Thanks!
It turns out, that when you create a zend project, the netbeans creates a the file .zfproject.xml in the project's path.
I copied the file from a new Zend project I managed to create successfully and when I reopened the netbeans it identified the project as a zend project
create a project with the same name of your project and done, it works for me always
"My" Netbeans does detect Zend Framework Projects. I think you have to copy or symlink the Zend library to your project.
精彩评论