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