Those are examples of possible MVC file structures using Phalcon 0.5.x
- Simple: This is the very simple MVC structure
- Single: This a single-module MVC structure without namespaces
- Single-NS: This a single-module MVC structure with namespaces
- Multiple: This a multi-module MVC structure