public function __construct($parameter, $ENV) { parent::__construct(); require $ENV['IFS.PATH']; $this->IFS = new IndexFS($ENV['IFS.LOG']); $this->IFS->openIndex(); register_shutdown_function(array($this, 'saveIndex')); }
public function __construct($parameter, $ENV) { parent::__construct(); $this->imgPath = $ENV['IMG']; $this->thumbPath = $ENV['THUMB']; }