You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get latest version of phpDump from [url=http://reallyshiny.com/scripts/php-dump.txt]here[/url]
Create system/application/libraries/dbug/dbug.php and copy source from above
Create init_dbug.php in map init with this code :
[code]
<?php
if (!defined('BASEPATH'))
exit ('No direct script access allowed');
if (!class_exists('PhpDump')) {
require_once (APPPATH . 'libraries/dbug/dbug' . EXT);
}