コード例 #1
0
ファイル: CMARSBackend.php プロジェクト: tpoxa/cmars
 public function init()
 {
     parent::init();
     \Yii::$app->setModule('gridview', ['class' => 'kartik\\grid\\Module']);
     // custom initialization code goes here
 }
コード例 #2
0
ファイル: CMARSFrontend.php プロジェクト: tpoxa/cmars
 public function init()
 {
     parent::init();
     // custom initialization code goes here
 }