コード例 #1
0
ファイル: Manage.php プロジェクト: apurey/cmf
 public function init()
 {
     parent::init();
     // custom initialization code goes here
 }
コード例 #2
0
ファイル: Manage.php プロジェクト: apurey/cmf
 public function init()
 {
     parent::init();
     // custom initialization code goes here
     $this->registerUploadDir();
 }