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