summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Event.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-27 15:20:03 +0200
committerBjörn Geiger2011-06-27 15:20:03 +0200
commit3f204df0b2c88ca0407f893b0c17f8de889b614d (patch)
treea63de293700d5b8025fe58317c693dfed7bb6bbf /application/models/DbTable/Event.php
parentFehler in Datenbank korrigiert (diff)
downloadpoolctrl-3f204df0b2c88ca0407f893b0c17f8de889b614d.tar.gz
poolctrl-3f204df0b2c88ca0407f893b0c17f8de889b614d.tar.xz
poolctrl-3f204df0b2c88ca0407f893b0c17f8de889b614d.zip
Datenbank Mapper hinzugefügt
Diffstat (limited to 'application/models/DbTable/Event.php')
-rw-r--r--application/models/DbTable/Event.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/Event.php b/application/models/DbTable/Event.php
new file mode 100644
index 0000000..aec4dbf
--- /dev/null
+++ b/application/models/DbTable/Event.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_Event extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_event';
+
+
+}
+