示例#1
0
 public function __construct($main)
 {
     self::$Self = $this;
     parent::__construct($main);
     RDD::Log('Loading PEAR', TRACE, 1201);
     $PEARLibs = $this->Dirs('libs/pear');
     foreach ($PEARLibs as $PEARLib) {
         $this->AddIncludePath($PEARLib);
     }
     require_once 'PEAR.php';
 }
示例#2
0
 public function __construct($main)
 {
     self::$Self = $this;
     parent::__construct($main);
 }