コード例 #1
0
 public function actionTeaceremony()
 {
     $article = new Article();
     $articleList = $article->findByCategoryIdUseId(19, 1);
     return $this->render(FVariable::$productTeaceremony_view, ['articleList' => $articleList]);
 }