コード例 #1
0
ファイル: ExpensesController.php プロジェクト: uzerpllp/uzerp
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = DataObjectFactory::Factory('Expense');
     $this->uses($this->_templateobject);
     $this->view->set('controller', 'Expenses');
 }
コード例 #2
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = DataObjectFactory::Factory('Holidayrequest');
     $this->uses($this->_templateobject);
 }