summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Repeattype.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/DbTable/Repeattype.php')
-rwxr-xr-xapplication/models/DbTable/Repeattype.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/Repeattype.php b/application/models/DbTable/Repeattype.php
new file mode 100755
index 0000000..7c3e7b3
--- /dev/null
+++ b/application/models/DbTable/Repeattype.php
@@ -0,0 +1,20 @@
+<?php
+/*
+ * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
+ * This program is free software distributed under the GPL version 2.
+ * See http://gpl.openslx.org/
+ *
+ * If you have any feedback please consult http://feedback.openslx.org/ and
+ * send your suggestions, praise, or complaints to feedback@openslx.org
+ *
+ * General information about OpenSLX can be found at http://openslx.org/
+ */
+
+class Application_Model_DbTable_Repeattype extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_repeattype';
+
+
+}
+