public function __construct()
 {
     parent::__construct('Godaddy Shared Hosting Compatibility');
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->instance = new OsCommerceImport('mysql://root@server/oscommerce');
     $this->importer = new LiveCartImporter($this->instance);
 }
 function __construct($debug)
 {
     $this->r = new AddictDatabase("brokenva_addicttest");
     parent::__construct($debug);
 }