Ejemplo n.º 1
0
 public function actionViewfaq()
 {
     $this->layout = '//layouts/column2';
     $id = isset($_REQUEST['id']) ? $_REQUEST['id'] : '';
     $arrFAQ = WStaticPage::getIntroductionByID($id);
     $this->render('viewfaq', array('arrFAQ' => $arrFAQ));
 }