Setup NetBeans for Zend Framework2

好久不见. 提交于 2019-12-08 03:56:38

问题


I have been trying to find of how to setup my NetBeans for Zend Framework 2. I found loads of materials for previous versions of Zend Framework i.e Zend Framework 1... and so but not for Zend Framework 2. In case if somebody has a solution would be great if it can be shared.

P.S There is no zf.bat file which is what normally the tutorials say to include path for zf.bat in netbeans.

Any help would be appreciated!

Thanks


回答1:


Until Zend framework reaches some sort of release candidate or some final release I wouldn't expect there to be a zf.bat file yet.

The structure of an application has been somewhat established by the Skeleton Application available on github but I wouldn't expect a zf file until the final release.

The zf would setup a standard project structure. Although the skeleton app exists this structure isn't 100% yet.

Honestly, I wouldn't be surprised if we started to use Composer or Git as a way of pulling the skeleton off of the internet, but I doubt that will happen.

Anyway, the zf file is useful at first but afterwards it becomes more of a hassle. It's useful but not TOO much once you know your way around the structure. Additionally Zend would have to rework it to work with the whole module idea.

BUT, if you just want some IDE code complete help all you really have to do is add the Zend library to your project's path and have Netbeans help you with that.



来源:https://stackoverflow.com/questions/11650901/setup-netbeans-for-zend-framework2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!