예제 #1
0
 /**
  * Compras
  *
  * @author Byron Oña
  */
 public function __construct()
 {
     parent::__construct();
     $this->establecer_nombre_modulo('proyectos/');
 }
예제 #2
0
 /**
  * Constructor
  *
  * Carga la clase padre MY_Admin_Ctrl
  *
  * @return	void
  */
 function __construct()
 {
     parent::__construct();
     $this->establecer_nombre_modulo('usuarios/');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->modelo = 'elementos_model';
     $this->load->model('proyectos/' . $this->modelo);
 }