Beispiel #1
0
 public function indexAction()
 {
     $table = new USVN_Db_Table_Projects();
     $this->view->projects = $table->fetchAll(null, "projects_name");
 }