Example #1
0
 protected function populateState()
 {
     $app = JFactory::getApplication();
     $trend = JRequest::getCmd('trend', 'overall');
     $this->setState(strtolower($this->model_key) . '.trend', $trend);
     parent::populateState();
 }