dbutil() public method

Load the Database Utilities Class
public dbutil ( object $db = NULL, boolean $return = FALSE ) : object
$db object Database object
$return boolean Whether to return the DB Utilities class object or not
return object
Exemplo n.º 1
0
 /** Load dbutil **/
 public function dbutil()
 {
     parent::dbutil();
 }