dbutil() публичный Метод

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
Результат object
Пример #1
0
 /** Load dbutil **/
 public function dbutil()
 {
     parent::dbutil();
 }