Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Integrate Zend framework 2 into Netbeans 7.2 IDE [closed]

when i download the Zend framework package, it does not contain the zf.bat or zf.php or zf.sh files. Netbeans requires a path to the zf.bat file of zend framework. Does anyone knows how to integrate the Zendframework 2 in to the Netbeans 7.2 PHP IDE? Thanks in advance.

like image 738
fon Avatar asked Sep 13 '12 12:09

fon


1 Answers

Netbeans 7.2 and even 7.3 don't have a plugin to support Zend framework 2. I searched ZF2 documentation and there is no zf.sh tool available. The recommendation is to get the app skelleton from zend svn or git repository.

like image 76
Paulo Avatar answered Nov 06 '22 02:11

Paulo