コード例 #1
0
ファイル: p4a_db_table.php プロジェクト: eliudiaz/p4a
 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();
 }