diff options
| author | michael pereira | 2011-03-07 17:53:57 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-07 17:53:57 +0100 |
| commit | d3b22c724dfdf275f7feb981182d54a18310bcc0 (patch) | |
| tree | c56c1c61cf1a276ce0b6753bf51ee737388c1e90 /application/models/DbTable | |
| parent | Bootmenuentries DB geaendert (diff) | |
| download | pbs2-d3b22c724dfdf275f7feb981182d54a18310bcc0.tar.gz pbs2-d3b22c724dfdf275f7feb981182d54a18310bcc0.tar.xz pbs2-d3b22c724dfdf275f7feb981182d54a18310bcc0.zip | |
BootMenuEntries fertig
Diffstat (limited to 'application/models/DbTable')
| -rw-r--r-- | application/models/DbTable/BootMenuEntries.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/DbTable/BootMenuEntries.php b/application/models/DbTable/BootMenuEntries.php index 92fb068..b4ad677 100644 --- a/application/models/DbTable/BootMenuEntries.php +++ b/application/models/DbTable/BootMenuEntries.php @@ -4,6 +4,7 @@ class Application_Model_DbTable_BootMenuEntries extends Zend_Db_Table_Abstract { protected $_name = 'pbs_bootmenuentries'; + protected $_primary = 'bootmenuID'; } |
