About Helpa MVC
What is Helpa MVC?
Learn more about our MVC framework
Helpa MVC is a lightweight, custom PHP framework that follows the Model-View-Controller architectural pattern. It's designed to be simple, yet powerful enough for building modern web applications.
Features
- Clean MVC Architecture
- PDO Database Abstraction
- URL Routing System
- Template System
- Session Management
- Error Handling
- Security Features
Directory Structure
helpa/
├── app/
│ ├── Controllers/
│ ├── Models/
│ └── Views/
├── config/
├── core/
├── public/
├── routes/
└── assets/
Requirements
- PHP 7.4+
- Apache/Nginx
- MySQL/SQLite
- mod_rewrite