Example #1
0
 public function __CONSTRUCT()
 {
     parent::__CONSTRUCT();
 }
Example #2
0
 public function __CONSTRUCT()
 {
     parent::__CONSTRUCT();
     $this->Layout = false;
     $this->am = $this->LoadModel('ArchivoModel');
 }
Example #3
0
 public function __CONSTRUCT()
 {
     parent::__CONSTRUCT();
     $this->em = $this->LoadModel('EntradaModel');
     $this->cm = $this->LoadModel('CategoriaModel');
 }
 public function __CONSTRUCT()
 {
     parent::__CONSTRUCT();
     $this->em = $this->LoadModel('PedidoHasProductoModel');
 }