CodeIgniter Forums
Could dbutil put on autoload function - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Could dbutil put on autoload function (/showthread.php?tid=47004)



Could dbutil put on autoload function - El Forum - 11-22-2011

[eluser]rahendz[/eluser]
could i autoload the database utility class on autoload function?

if no, how i make it happen.. cause i need those function to check

the database existance and backup all the time without running

Code:
$this->load->dbutil();

everytime i wanna use those couple of functions..

thanks before..