Exemple #1
0
 public function _get_tables($sql, $type = Database::SELECT)
 {
     $this->_type = $type;
     return parent::_get_tables($sql);
 }