summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
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
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')
-rwxr-xr-xapplication/models/DbTable/Repeatend.php (renamed from application/models/DbTable/Eventtype.php)4
-rwxr-xr-xapplication/models/DbTable/Repeattype.php20
-rwxr-xr-xapplication/models/DbTable/Runningtype.php20
3 files changed, 42 insertions, 2 deletions
diff --git a/application/models/DbTable/Eventtype.php b/application/models/DbTable/Repeatend.php
index 6c54913..d39a481 100755
--- a/application/models/DbTable/Eventtype.php
+++ b/application/models/DbTable/Repeatend.php
@@ -10,10 +10,10 @@
* General information about OpenSLX can be found at http://openslx.org/
*/
-class Application_Model_DbTable_Eventtype extends Zend_Db_Table_Abstract
+class Application_Model_DbTable_Repeatend extends Zend_Db_Table_Abstract
{
- protected $_name = 'poolctrl_eventtype';
+ protected $_name = 'poolctrl_repeatend';
}
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';
+
+
+}
+
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';
+
+
+}
+