Example #1
0
 public function indexAction()
 {
     $entity_list = list_faq();
     $this->render(array("entity_list" => $entity_list));
 }
Example #2
0
 public function getQuestions()
 {
     return list_faq("`order`", null, " project_id = " . $this->id);
 }