Custom MVC pattern with payroll system
- Set Base url in root directory of index.php file
- Set Database configration in root directory on index.php
- Import sql file in database
/login
admin@demo.com 12345678
employee@demo.com 12345678
- Simple Code easy to create crud
- Easy to setup new table and model
- Easy to define Request url (Route)
- Sql With PDO;
- One line query example
SELECT * from users to USER()->get();
same as find record or inseart update delete and also call raw query
- Multiple Login
- Department CRUD
- Employee Module
- Leave Module
- Salary Generator
- Login Logout Activity
- Ajax
- Notify
- Paper Dashboard - https://www.creative-tim.com/product/paper-dashboard
- Datatable For Listing Styling - https://datatables.net/
- Fontawsome For Icon - https://fontawesome.com/
- Bootstrap 4 - https://getbootstrap.com/docs/4.0/getting-started/introduction/
- Jquery - https://jquery.com/