Exemple #1
0
 /**
  * Asignamos el tipo por defecto usado cuando se devuelven datos.
  * @param int $type Tipo a usar.
  * @throws Database_Exception
  * @author Ignacio Daniel Rostagno <*****@*****.**>
  */
 public function set_fetch_type($type)
 {
     parent::set_fetch_type($type);
     $this->query->setFetchMode($this->fetch_mode_pdo($type));
 }