- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我用 Zend_Tool 制作了一个 Controller ,但现在我想删除该 Controller 。我知道我可以删除该文件,但我想知道是否有一种方法可以使用 Zend_Tool 执行此操作,因此我不需要自己编辑 .zfproject.xml。
谢谢!
最佳答案
您必须手动删除它。
This functionality is slated for 1.10. It was left out of the 1.8 and 1.9 release for a couple of good reasons. Since deleting is a pretty irreversible action, and sometimes is also a recursive action- we wanted to ensure that the console/cli interface at least had the capability to ask the user if deleting is OK, in other words confirming the decision to delete something. This way, people will not accidentally delete things they will not be able to recover.
-ralph
这是 1.10 中的帖子,但现在是 1.11 中,您仍然需要手动执行!
关于php - Zend_Tool 移除 Controller / Action ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5390058/
我想在我的项目中使用 Zend_Tool (ZF 1.9),但我希望能够自定义新文件的默认输出。例如,所有 Controller 都应该有一个特定的 header 预先附加到带有 phpdoc 标记和
Zend_Tool 很好,它生成一个具有给定名称和给定路径的项目。 但过了一段时间,我开始开发自己的工具,如助手、插件、验证器等...... 我把它们都放在了库中,这没问题(并且推荐)。 但是,我必须
我用 Zend_Tool 制作了一个 Controller ,但现在我想删除该 Controller 。我知道我可以删除该文件,但我想知道是否有一种方法可以使用 Zend_Tool 执行此操作,因此我
我是一名优秀的程序员,十分优秀!