示例#1
0
 public function indexAction()
 {
     $catProxy = new SxModule_Faq_Category_Proxy();
     $faqProxy = new SxModule_Faq_Proxy();
     $this->view->cats = $catProxy->getAll($_SESSION['System']['lng'], true);
     $this->view->faqs = $faqProxy->getAllGroupByParent($_SESSION['System']['lng'], true);
 }