コード例 #1
0
 public function actionStructure()
 {
     $model = new ClPostCategory();
     return $this->render('hello', ['data' => $model->getStructure()]);
 }