The minimal MVC in PHP (@HH Framework) to jump start small web applications.
- PHP OOP approach with exception handling
- Necessary security implementation
- MVC Design Pattern implementation
- Basic form valiation e.g. custom functions to validate input data in form
@HH is very basic but maintainable and expandable MVC Framework to display MVC design patterns with object-oriented programming. Extensive Front-end capabilities are not added. Extensive validation is not added. Images upload are not added but to be implemented soon.
- Further authentication implementation
- Images handling
- Forms validation