This project structure made using MVC architecture.
For frontend rendering (views) I used AdminLTE theme. There are models and controllers classes with same class name. (Using namespaces) Models only pass or get data. In controllers data will process accordingly to present it to views. Also controllers take care of redirection. Database connection handle by single class.