예제 #1
0
파일: User.php 프로젝트: riteshsahu1981/we
 public function getLatestNotice()
 {
     $notice = new Application_Model_Notice();
     return $notice->getLatestNotice();
 }