コード例 #1
0
ファイル: upload.php プロジェクト: blekedeg/lbhpers
 public function __construct()
 {
     parent::__construct();
     $this->config->load('files/files');
     $this->_path = FCPATH . '/' . $this->config->item('files:path') . '/';
     // If the folder hasn't been created by the files module create it now
     is_dir($this->_path) or mkdir($this->_path, 0777, true);
 }
コード例 #2
0
ファイル: image.php プロジェクト: phonglanpls/jz-proj-2012
 public function __construct()
 {
     parent::__construct();
 }