summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-04 14:26:22 +0200
committerBjörn Geiger2011-08-04 14:26:22 +0200
commit4c1591cf9e800a30b8ec1230913424488ba5bab3 (patch)
tree810058d2baaa6a2c8a5127e1d5ad17faca94cc3e /application/models/DbTable
parentfehler korrigiert (diff)
downloadpoolctrl-4c1591cf9e800a30b8ec1230913424488ba5bab3.tar.gz
poolctrl-4c1591cf9e800a30b8ec1230913424488ba5bab3.tar.xz
poolctrl-4c1591cf9e800a30b8ec1230913424488ba5bab3.zip
Password Reovery hinzugefügt
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/PasswordRecovery.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/PasswordRecovery.php b/application/models/DbTable/PasswordRecovery.php
new file mode 100644
index 0000000..b4e5082
--- /dev/null
+++ b/application/models/DbTable/PasswordRecovery.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_PasswordRecovery extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'pbs_passwordrecovery';
+
+
+}
+