Zend Framework 2 “Zend Tool Missing” in bin folder

ε祈祈猫儿з 提交于 2019-11-30 20:50:17

问题


im newbie in frameworks, but i had no difficulty installing etc the zend 1.x versions. But with ZF2 cant really figure out.... Any recource telling me creating a project using the zend tool i.e. zf.bat or zf.sh from bin directory, but there's none of them in the zf2 bin folder in contrast to zf1. The only files present are

autloader_example.php 
autloader_examples.php 
classmap_generator.php 
createAuoloadTestClasses.php 
docbook_skeleton.php 
plugin_generator.php 

can anyone help me anyhow... neet it asap

thanx. d


回答1:


Because Zend Framework 2 are under development, this time, we have not a tool to automate code generation, but, you can download a Application Skeleton from:

https://github.com/zendframework/ZendSkeletonApplication

Which is a

Simple skeleton application using the ZF2 MVC layer and module systems. This application is meant to be used as a starting place for those looking to get their feet wet with ZF2.




回答2:


Zend tool component currently under development like framework's itself.

Anyway after created a skeleton app like Gabriel's said, you can try to manage your modules using zftool. It provides limited but working functionality.

Check out zftool here: https://github.com/zendframework/ZFTool



来源:https://stackoverflow.com/questions/10778626/zend-framework-2-zend-tool-missing-in-bin-folder

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