In this project we made a file system manager where you can create, modify and delete files and folders.
Here we allocate all our documentes related to the project. Also there are files related to MVC pattern.
Developed by:
--- Code change in layouts/table.php
$.extend( true, $.fn.dataTable.defaults, {
"searching": false,
} );
https://datatables.net/examples/advanced_init/defaults.html
--- Code change in layouts/searchs.php
https://mdbootstrap.com/docs/standard/forms/search/
---- Code in index.php , header section, before headcrumbs => renderSearch();
---- Code in SearchFile , index.php
=======
Files affected by Christian
- index.php
- layouts/modalEditFile.php
- layouts/table.php
- assets/js/init.js
- assets/js/events.js