예제 #1
0
 protected function _setupPrimaryKey()
 {
     try {
         parent::_setupPrimaryKey();
     } catch (Zend_Db_Table_Exception $e) {
     }
 }
예제 #2
0
파일: Client.php 프로젝트: staser/webacula
 protected function _setupPrimaryKey()
 {
     $this->_primary = 'clientid';
     parent::_setupPrimaryKey();
 }
예제 #3
0
 protected function _setupPrimaryKey()
 {
     $this->_primary = 'storageid';
     parent::_setupPrimaryKey();
 }