예제 #1
0
파일: render.php 프로젝트: roket007/bicycle
 public function render()
 {
     $this->user_count = $this->getUserCount();
     $this->money_count = $this->getMoneyCount();
     $this->current = Fw_Request::get('controller', 'index');
     parent::render(__CLASS__);
 }
예제 #2
0
파일: render.php 프로젝트: roket007/bicycle
 public function render()
 {
     parent::render(__CLASS__);
 }
예제 #3
0
파일: render.php 프로젝트: roket007/bicycle
 public function render()
 {
     $this->data = $this->getMenuItems();
     $this->current = Fw_Request::get('controller', 'index');
     parent::render(__CLASS__);
 }
예제 #4
0
파일: render.php 프로젝트: roket007/bicycle
 public function render()
 {
     $model = Fw_Model::getInstance();
     $this->data = $model->getModel('index')->getData();
     parent::render(__CLASS__);
 }