- Is .zfproject.xml a must in a Zend Framework project?
- What does it do?
- Is it’s location absolute?
Is .zfproject.xml a must in a Zend Framework project? What does it do? Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When using
Zend_Toolto manage your Zend Framework project,.zfproject.xmlwill contain your application structure state. This is required byZend_Tool(and only by it) to be able to work, e.g. add code to certain parts., generate things, etc.Quoting ZF Manual on
Zend_Tool_Project: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.