Example #1
0
 public function getLatestNotice()
 {
     $notice = new Application_Model_Notice();
     return $notice->getLatestNotice();
 }