zend-framework2 - ZF2 的 Zend_Tool 有新版本吗?

标签 zend-framework2 zend-tool

如果有的话,在哪里可以找到?

它是否会有一个新的句柄,以免与 zf1 的工具冲突?

zf2 create module admin

Zend_Tool 文档可以在这里找到: http://framework.zend.com/manual/en/zend.tool.usage.cli.html

最佳答案

目前还没有为 Zend Framework 实现的 Zend\Tool 组件。根据 Matthew Weier O'Phinney(Zend Framework 项目负责人)的说法:

Zend\Console is being worked on for beta4, which lays the groundwork for new tooling; we may or may not have basic tooling available for beta4 (depends on when Console hits the master branch, basically).

Right now, the preferred method for starting with the application is to use the ZendSkeletonApplication, along with ZendSkeletonModule, as these give the basic infrastructure you need to start development of an application and modules, respectively.

来源:http://zend-framework-community.634137.n4.nabble.com/Where-is-the-ZF-tool-in-ZF2-located-td4492524.html

关于zend-framework2 - ZF2 的 Zend_Tool 有新版本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9812481/

相关文章:

php - Zend Framework 2 电子邮件 token 验证

php - ZF2 toRoute 与 https

php - Zend_工具 : Fatal error: Cannot redeclare class Zend_Loader

php - Zend_Tool 移除 Controller / Action

database - ZF2 - 更新多个表的数据库事务

javascript - 如何在自调用的jquery函数中获取php值?

database - 如何在表网关 ZF2 中添加带有 JOIN ON 子句的 IN 语句

zend-framework - 我的 zf 工具在错误的目录中创建产品 Controller - 是否有可用的命令列表

php - 是否有用于脚手架的 Zend 工具命令?

zend-framework - Zend Tool 在模块内创建 Controller