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