Ejemplo n.º 1
0
 /**
  * show news
  */
 function showNews()
 {
     // workaround for dynamic mode (if cache is disabled, showNews has no data)
     //		if (empty(self::$st_data))
     //		{
     //			$this->setData($this->getNewsData());
     //		}
     return parent::showNews();
 }