Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 460 Bytes

File metadata and controls

11 lines (10 loc) · 460 Bytes

TODO List

  • 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.