public function init()
 {
     parent::init();
     $this->menuStoreModel = new menuStoreMainModel($this->doctrineService);
     $this->menuSubStoreModel = new menuStoreModel($this->doctrineService);
     $this->transactionModel = new transactionModel($this->doctrineService);
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->modelMenu = new menuModel($this->doctrineService);
     $this->modelCombo = new comboModel($this->doctrineService);
     $this->modelMenuItem = new menuItemModel($this->doctrineService);
 }
Ejemplo n.º 3
0
 public function init()
 {
     parent::init();
     $this->modelCustomer = new customerModel($this->doctrineService);
 }
Ejemplo n.º 4
0
 public function init()
 {
     parent::init();
     $this->catModel = new categoryModel($this->doctrineService);
 }
Ejemplo n.º 5
0
 public function init()
 {
     parent::init();
     $this->modelSupplier = new supplierModel($this->doctrineService);
     $this->modelSupplyFor = new supplyForModel($this->doctrineService);
 }
Ejemplo n.º 6
0
 public function init()
 {
     parent::init();
     $this->modelTable = new tableModel($this->doctrineService);
 }