在Zend Framework项目中,.zfproject.xml是否必须? [英] Is .zfproject.xml a must in a Zend Framework project?

查看:46
本文介绍了在Zend Framework项目中,.zfproject.xml是否必须?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  1. .zfproject.xml在Zend Framework项目中是否必须?
  2. 它有什么作用?
  3. 位置绝对吗?

推荐答案

使用Zend_Tool管理Zend Framework项目时,.zfproject.xml将包含您的应用程序结构状态. Zend_Tool(仅此)要求它能够工作,例如将代码添加到某些部分.生成事物等.

When using Zend_Tool to manage your Zend Framework project, .zfproject.xml will contain your application structure state. This is required by Zend_Tool (and only by it) to be able to work, e.g. add code to certain parts., generate things, etc.

Zend_Tool_Project:上引用ZF手册

Quoting ZF Manual on Zend_Tool_Project:

因此,例如,如果在一个命令中创建了一个控制器,而在下一个命令中希望在该控制器中创建一个动作,则Zend_Tool_Project将必须了解所创建的控制器文件,以便您可以(在下一个动作),则可以将该动作附加到其上.

So, for example, if in one command you created a controller, and in the next command you wish to create an action within that controller, Zend_Tool_Project is gonna have to know about the controller file you created so that you can (in the next action), be able to append that action to it.

我不确定Zend_Tool是否可以配置为使用.zfproject.xml的其他路径.我的建议是保持原样.无论如何,这是一个隐藏文件.

I am not sure if Zend_Tool can be configured to use a different path to .zfproject.xml. My suggestion would be to leave it untouched. It's a hidden file anyway.

这篇关于在Zend Framework项目中,.zfproject.xml是否必须?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆