Exemplo n.º 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__);
 }
Exemplo n.º 2
0
 public function render()
 {
     parent::render(__CLASS__);
 }
Exemplo n.º 3
0
 public function render()
 {
     $this->data = $this->getMenuItems();
     $this->current = Fw_Request::get('controller', 'index');
     parent::render(__CLASS__);
 }
Exemplo n.º 4
0
 public function render()
 {
     $model = Fw_Model::getInstance();
     $this->data = $model->getModel('index')->getData();
     parent::render(__CLASS__);
 }