Example #1
0
 public function __construct(&$oConfig)
 {
     parent::__construct($oConfig);
 }
Example #2
0
 function __construct(&$oConfig)
 {
     parent::__construct($oConfig);
     $this->sTablePrefix = $oConfig->getDbPrefix();
 }