示例#1
0
 /**
  * Default constructor
  */
 public function __construct()
 {
     $this->init(self::DEFAULT_DIRECTORY, $this->extensions, array('csv' => 'text/csv', 'txt' => 'text/plain'), 2048);
     parent::__construct(self::DEFAULT_DIRECTORY);
 }
示例#2
0
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct(self::DEFAULT_DIRECTORY);
     $this->_parameted_path = GALETTE_CONFIG_PATH;
     $this->_parameted_file = $this->_parameted_path . $this->_parameted_file;
 }