Aizuddin Manap
im lucky for tomorrow
Codeigniter Debug Function
**if you have Xdebug, please use it instead.
1. Create a new file name debug_helper.php in /applications/helpers
2.Put this code into the file.
3. Now you can use <?php echo dump($array); ?>
4. Dont forget to load the helper. $this->load->helper(‘debug’);


