示例#1
0
 protected function _setupPrimaryKey()
 {
     try {
         parent::_setupPrimaryKey();
     } catch (Zend_Db_Table_Exception $e) {
     }
 }
示例#2
0
 protected function _setupPrimaryKey()
 {
     $this->_primary = 'clientid';
     parent::_setupPrimaryKey();
 }
示例#3
0
 protected function _setupPrimaryKey()
 {
     $this->_primary = 'storageid';
     parent::_setupPrimaryKey();
 }