The project's database was developed to bootstrap a blog system in the easiest and fastest way possible. You'll need to follow this database structure to test it, but feel free to adapt and expand it ...
Sistema_Dental_PHP_MVC/ │ ├── app/ │ ├── Http/ │ │ └── Controllers/ # Controladores MVC │ └── Models/ # Modelos conectados a la base de datos │ ├── auth/ # Lógica de autenticación (login.php, ...