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