예제 #1
0
파일: FileField.php 프로젝트: phpwax/model
 public function setup()
 {
     $this->create_directory(WAX_ROOT . $this->file_root);
     parent::setup();
 }