summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Eventtype.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-22 12:31:48 +0200
committerBjörn Geiger2011-08-22 12:31:48 +0200
commitbdbf7625d172fa64e7694f3bf37eed642517bbe1 (patch)
tree9e7b2593693dde4d0c224169b6c189bafc7feb72 /application/models/DbTable/Eventtype.php
parentminor (diff)
downloadpoolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.tar.gz
poolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.tar.xz
poolctrl-bdbf7625d172fa64e7694f3bf37eed642517bbe1.zip
Datenbankänderung
Diffstat (limited to 'application/models/DbTable/Eventtype.php')
-rw-r--r--application/models/DbTable/Eventtype.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/Eventtype.php b/application/models/DbTable/Eventtype.php
new file mode 100644
index 0000000..6c54913
--- /dev/null
+++ b/application/models/DbTable/Eventtype.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_Eventtype extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_eventtype';
+
+
+}
+