Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Codeigniter-Session-Helper

Codeigniter has numerous helpers that save time by shortcutting calls to sometimes incredibly long OOP function names and methods. The session helper aims to make reading, setting, deleting and updating data in Codeigniter sessions easy.

Simply autoload this helper in your config/autoload.php file. Add "session" to your array of autoloaded helpers or load it selectively in a controller or model using $this->load->helper('session').

About

Codeigniter has numerous helpers that save time by shortcutting calls to sometimes incredibly long OOP function names and methods. The session helper aims to make reading, setting, deleting and updating data in Codeigniter sessions easy.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages