Exemple #1
0
 public function render()
 {
     $this->user_count = $this->getUserCount();
     $this->money_count = $this->getMoneyCount();
     $this->current = Fw_Request::get('controller', 'index');
     parent::render(__CLASS__);
 }
Exemple #2
0
 public function render()
 {
     parent::render(__CLASS__);
 }
Exemple #3
0
 public function render()
 {
     $this->data = $this->getMenuItems();
     $this->current = Fw_Request::get('controller', 'index');
     parent::render(__CLASS__);
 }
Exemple #4
0
 public function render()
 {
     $model = Fw_Model::getInstance();
     $this->data = $model->getModel('index')->getData();
     parent::render(__CLASS__);
 }