Example #1
0
 /** Get the announcements from the model
  * @access public
  * @return array
  */
 public function direct()
 {
     $announcements = new Quotes();
     return $announcements->getAnnouncements();
 }