summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Eventcategory.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-29 17:04:33 +0200
committerBjörn Geiger2011-06-29 17:04:33 +0200
commit3c8f2a7c26ca065ef33e85661d3e9e299b9aeb3f (patch)
tree29bdb7082d69cf52ff2003cc9efd6bad95616d41 /application/models/DbTable/Eventcategory.php
parentEventformular created (diff)
downloadpoolctrl-3c8f2a7c26ca065ef33e85661d3e9e299b9aeb3f.tar.gz
poolctrl-3c8f2a7c26ca065ef33e85661d3e9e299b9aeb3f.tar.xz
poolctrl-3c8f2a7c26ca065ef33e85661d3e9e299b9aeb3f.zip
Eventcategory nun in eigener Tabelle
Diffstat (limited to 'application/models/DbTable/Eventcategory.php')
-rw-r--r--application/models/DbTable/Eventcategory.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/Eventcategory.php b/application/models/DbTable/Eventcategory.php
new file mode 100644
index 0000000..3423a0d
--- /dev/null
+++ b/application/models/DbTable/Eventcategory.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_Eventcategory extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_eventcategory';
+
+
+}
+