summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/BootMenuEntries.php
blob: b4ad67717c4de94e432a6c82201742728776848a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

class Application_Model_DbTable_BootMenuEntries extends Zend_Db_Table_Abstract
{

    protected $_name = 'pbs_bootmenuentries';
    protected $_primary = 'bootmenuID';


}