As a newbie of Zend framework, I have a few version-dependent questions on the framework.
- Does Zend Framework has a fixed file structure (meaning a fixed form of file layout)?
- If so, does this file structure vary according to framework versions?
- If so, is there any reference to learn all the differences in file structure?
Zend Framework has a
Recommended Project Structure for Zend Framework MVC Applications
- Overview
- Recommended Project Directory Structure
- Module Structure
- Rewrite Configuration Guide
Following this structure makes ZF components work out of the box mostly. You do not have to stick to it though, because all paths are configurable with more or less effort.
For further reference, have a look at the
- ZF Migration Notes
- ZF Default Project Structure Component Proposal