- 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/
You will need CodeIgniter
Drop the libraries/MY_Profiler.php file into your application/libraries folder. If you did not change the MY_ prefix, it should autoload.
If you'd like to request changes, report bug fixes, or contact the developer of this library, email [email protected]