You can add custom css in /assets/css/custom-style.css. Please remember to remove the browser cache after updating the css. New updates will not replace this file.
You can add custom script in /app/Views/includes/custom_head.php. New updates will not replace this file.
If you want to add any login restricted page, please extend the controller from the Security_Controller.
If you want to add any public page (login not required), extend the controller from the App_Controller.
To learn more about application development, please check the Codeigniter official documentation.
Instead of editing existing files, it's recommended to build plugins.
All models are extended from Crud_model (/app/Models/Crud_model.php)
Please check the add/edit/remove and basic i/o functions there.
Please see example in any page where any table shown.
The table list is using datatable plugin but we've developed a library to manage it easily. Please have a look at /assets/js/app.js
In application, we are using the assets/js/app.min.js
Check the /app/Views/includes/head.php. Uncomment the required code and browse the project. Remember to revet the commented code.