summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorSebastian Wagner2011-08-02 18:00:40 +0200
committerSebastian Wagner2011-08-02 18:00:40 +0200
commit7239f253e816dbdda4b2a34e4721149d1a98056e (patch)
tree738958600749fcb9f3d48b03181e52a62bf4a880 /application/models/DbTable
parentsome clean up (diff)
downloadpoolctrl-7239f253e816dbdda4b2a34e4721149d1a98056e.tar.gz
poolctrl-7239f253e816dbdda4b2a34e4721149d1a98056e.tar.xz
poolctrl-7239f253e816dbdda4b2a34e4721149d1a98056e.zip
new files
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/Eventaction.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/application/models/DbTable/Eventaction.php b/application/models/DbTable/Eventaction.php
new file mode 100644
index 0000000..6fe9c03
--- /dev/null
+++ b/application/models/DbTable/Eventaction.php
@@ -0,0 +1,19 @@
+<?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_Eventaction extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'poolctrl_eventaction';
+
+
+} \ No newline at end of file