示例#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();
 }