library mobiusmvc
A lightweight and extensible model-view-controller library.
mobius/mobiusmvc
A lightweight and extensible model-view-controller library.
- Wednesday, October 21, 2015
- by Izodn
- Repository
- 1 Watchers
- 0 Stars
- 34 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
MobiusMVC
A model view controller framework called 'Mobius', (*1)
Planned Features:
- Easy-to-integrate application layer
- Base model framework
- Base view framework
- View template system with simple functionality (I.e. references to model variables, if/else statements)
Existing Features:
- Request routing
- Response & Request handling
- Base controller framework
Notes:
- This project is very much in-the-works
- For this framework to be of use, there must be a central point of access (Requests need to be routed to some php script)