Esempio n. 1
0
 function fqaAction()
 {
     $db = new Other_Model_DbTable_Dbfaq();
     $this->view->rows = $db->getAllFAQInfrontend();
 }