Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 787 Bytes

README.markdown

File metadata and controls

25 lines (20 loc) · 787 Bytes

CodeIgniter-Session-Profiler

  • Adds session data to the profiler in CodeIgniter 2.0
  • Adds a table row for each item of session data with the key and value
  • Shows both CI session data and custom session data

Note: I did not write the original implementation, I just adapted it for CodeIgniter >= 2.0 . You can find the implementation for CodeIgniter < 2.0 here: http://codeigniter.com/forums/viewthread/60066/

Requirements

You will need CodeIgniter

Installation

Drop the libraries/MY_Profiler.php file into your application/libraries folder. If you did not change the MY_ prefix, it should autoload.

Contact

If you'd like to request changes, report bug fixes, or contact the developer of this library, email [email protected]