diff options
Diffstat (limited to 'application/models/DbTable/GroupGroups.php')
| -rw-r--r-- | application/models/DbTable/GroupGroups.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/DbTable/GroupGroups.php b/application/models/DbTable/GroupGroups.php new file mode 100644 index 0000000..e7625ee --- /dev/null +++ b/application/models/DbTable/GroupGroups.php @@ -0,0 +1,10 @@ +<?php + +class Application_Model_DbTable_GroupGroups extends Zend_Db_Table_Abstract +{ + + protected $_name = 'pbs_groupgroups'; + + +} + |
