- Create an MVC like directory structure.
- Create the skeleton framework.
- Implement basic View partialization.
- Implement namespacing and autoloading.
- Models should be automatically included by the controller if present.
- Improve Model handling, a Controller should have access to multiple Models
- Implement a custom Exception handler.
- Implement a Routing object.
- Implement a Configuration manager.