Skip to content

andarbech/filesystem-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File System explorer 📁

In this project we made a file system manager where you can create, modify and delete files and folders.

Documentation 📋

Here we allocate all our documentes related to the project. Also there are files related to MVC pattern.

Authors 🧑‍💻

Developed by:

C H A N G E S

code in script in layout/table.php

--- Code change in layouts/table.php

	$.extend( true, $.fn.dataTable.defaults, {
			"searching": false,
	} );

https://datatables.net/examples/advanced_init/defaults.html

addon html layout of searchbar from bootstrap 5

--- Code change in layouts/searchs.php

https://mdbootstrap.com/docs/standard/forms/search/

insert function of search Bar

---- Code in index.php , header section, before headcrumbs => renderSearch();

defining the action in action folders

---- Code in SearchFile , index.php

=======

Modal Edit File

Files affected by Christian

  • index.php
  • layouts/modalEditFile.php
  • layouts/table.php
  • assets/js/init.js
  • assets/js/events.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.4%
  • SCSS 17.4%
  • JavaScript 6.2%