상속: extends Gc\Db\AbstractTable
예제 #1
0
 /**
  * Index action, list all documents with comments
  *
  * @return array
  */
 public function indexAction()
 {
     $model = new Event\Collection();
     $events = $model->getEvents();
     return array('events' => $events);
 }