Ejemplo n.º 1
0
 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']);
     }
 }
Ejemplo n.º 2
0
 /**
 	Class constructor
 		@public
 	**/
 function __construct()
 {
     parent::__construct();
 }