Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Clientes();
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_AcabamentoEmbalagem();
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Pedidos();
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Layouts();
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Impressao();
 }
Пример #6
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_Revelacao();
 }
Пример #7
0
 function __construct()
 {
     parent::__construct();
     $this->modelo = new Application_Model_CorteCostura();
 }