This project is an E-Learning Management System built using vanilla PHP and MySQL. It is designed to manage users, programs, sections, and general logs.
- User management
- Program management
- Section management
- General log management
- PHP
- JavaScript
- CSS
- MySQL
- Models: Handles the data and business logic (e.g., User, Program, Section, Log models).
- Views: Responsible for the presentation layer (e.g., HTML, CSS, JavaScript files).
- Controllers: Manages the communication between models and views (e.g., UserController, ProgramController).