コード例 #1
0
ファイル: FaqController.php プロジェクト: quyen91/lfpr
 public function indexAction()
 {
     $entity_list = list_faq();
     $this->render(array("entity_list" => $entity_list));
 }
コード例 #2
0
ファイル: ProjectClass.php プロジェクト: quyen91/lfpr
 public function getQuestions()
 {
     return list_faq("`order`", null, " project_id = " . $this->id);
 }