예제 #1
0
 /**
  * Constructor
  */
 public function __construct($oConfig)
 {
     parent::__construct();
     if (is_a($oConfig, 'BxDolModuleConfig')) {
         $this->_sPrefix = $oConfig->getDbPrefix();
     } else {
         trigger_error('It is impossible to create BxDolModuleDb class instance without prefix: ' . get_class($this), E_USER_ERROR);
     }
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }