示例#1
0
 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'));
 }
示例#2
0
 public function __construct($parameter, $ENV)
 {
     parent::__construct();
     $this->imgPath = $ENV['IMG'];
     $this->thumbPath = $ENV['THUMB'];
 }