diff options
| author | Simon | 2011-03-28 15:09:04 +0200 |
|---|---|---|
| committer | Simon | 2011-03-28 15:09:04 +0200 |
| commit | 7f128bfd11824b832e4e64a1b13011e837c54366 (patch) | |
| tree | 5806900894bac7374bb5c655752afffb88d489a8 /application/models/DbTable | |
| parent | quickfix gegen account löschen (diff) | |
| parent | Einführung von Vererbung von Rollen (diff) | |
| download | pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.tar.gz pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.tar.xz pbs2-7f128bfd11824b832e4e64a1b13011e837c54366.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/models/DbTable')
| -rw-r--r-- | application/models/DbTable/RightCategory.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/DbTable/RightCategory.php b/application/models/DbTable/RightCategory.php new file mode 100644 index 0000000..65150ba --- /dev/null +++ b/application/models/DbTable/RightCategory.php @@ -0,0 +1,10 @@ +<?php + +class Application_Model_DbTable_RightCategory extends Zend_Db_Table_Abstract +{ + + protected $_name = 'pbs_rightcategory'; + + +} + |
