예제 #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();
 }