예제 #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();
 }