Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->setUploadTargetPath();
     ini_set('auto_detect_line_endings', true);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->setUploadTargetPath();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->defaultSchema = $GLOBALS["clientRoot"] . "/collections/admin/darwinsymbiota.xsd";
     set_time_limit(10000);
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
 }