Skip to content

The main feature on this repository is connecting codeigniter session with responsive file manager

Notifications You must be signed in to change notification settings

we-pe/Codeigniter-Filemanager-TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter-Filemanager-TextEditor

What is this repository for?

The main feature on this repository is connecting codeigniter session with responsive file manager.

Requirement

  • PHP >= 5.4.0
  • CodeIgniter > 3.0.0

How do I use ?

  • Load Nativesession library
$this->load->library('nativesession');
  • Setup your security session name (the default session name is 'subfolder')
$this->nativesession->set('subfolder', '');
  • Even up session name on this file assets/filemanager/config/config.php and assets/filemanager/dialog.php
isset($_SESSION["subfolder"])

You can use other option on Native Session library

Function Parameter Description
set (key, value) create new session
get (key) get session value
regenerateId none regenerate session ID
delete (key) delete session name

Resources

About

The main feature on this repository is connecting codeigniter session with responsive file manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published