コード例 #1
0
ファイル: Module.php プロジェクト: songhongyu/datecenter
 public function init()
 {
     parent::init();
     $mMenu = new Menu();
     Yii::$app->view->params['site_type'] = $this->params['site_type'];
     Yii::$app->view->params['global_menu'] = $mMenu->get_menu_data('menu_apply');
     $this->basePath = "@service/app/apply/apply";
     $this->modules = ['apply' => ['class' => 'service\\app\\wechat\\wechat\\controllers\\Module', 'params' => []]];
 }