public function __construct($id = 0)
 {
     $this->class_name = __CLASS__;
     parent::__construct($id);
     if ($this->parameters['id_rep']) {
         $this->up_rep = new upload_folder($this->parameters['id_rep']);
     }
 }
예제 #2
0
파일: sqlite3.php 프로젝트: rudenyl/kcms
 /**
 	Class constructor
 		@public
 	**/
 function __construct()
 {
     parent::__construct();
 }