Exemplo n.º 1
0
 /**
  * 
  * @return Aitoc_Aitsys_Model_Notification_News
  */
 public function getNews()
 {
     if (!$this->_news) {
         $this->_news = Mage::getModel('aitsys/notification_news');
         $this->_news->loadData();
     }
     return $this->_news->getNews();
 }