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