summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Runningtype.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-22 17:56:43 +0200
committerBjörn Geiger2011-09-22 17:56:43 +0200
commit54da4fa07b925badf406c8fae8daa48d26224d41 (patch)
treee311d0719496a09762267bcec56629e502b57d47 /application/models/DbTable/Runningtype.php
parentweitere Korrektur (diff)
downloadpoolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.tar.gz
poolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.tar.xz
poolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.zip
Repeat Optionen werden nun in der DB gespeichert, achtung DB Update
Diffstat (limited to 'application/models/DbTable/Runningtype.php')
-rwxr-xr-xapplication/models/DbTable/Runningtype.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/Runningtype.php b/application/models/DbTable/Runningtype.php
new file mode 100755
index 0000000..0ed5638
--- /dev/null
+++ b/application/models/DbTable/Runningtype.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_Runningtype extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_runningtype';
+
+
+}
+