Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Clientes();
 }
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_AcabamentoEmbalagem();
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Pedidos();
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Layouts();
 }
Esempio n. 5
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Impressao();
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Revelacao();
 }
Esempio n. 7
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_CorteCostura();
 }