示例#1
0
 function __construct($p_iTableName = "", $p_iTableIndex = "", $p_sBdbInfo = "", $p_iUserID = 0)
 {
     global $oConfig;
     $this->_iTableName = $p_iTableName;
     $this->_iTableIndex = $p_iTableIndex;
     parent::__construct($p_iTableName, $p_iTableIndex, $p_sBdbInfo, $p_iUserID);
     // encryption algorithm override
     if (isset($oConfig->system->encryptionAlgorithm)) {
         $this->_encryptionAlgorithm = $oConfig->system->encryptionAlgorith;
     }
 }
示例#2
0
 function __construct()
 {
     parent::__construct($this->_table, $this->_primary);
 }