summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Certificate.php
diff options
context:
space:
mode:
authormichael pereira2012-02-27 01:53:10 +0100
committermichael pereira2012-02-27 01:53:10 +0100
commit7c274dac519d3f1e2a0acca4ab76c2744cbaa185 (patch)
tree94def99b3e5674c751d1a8a13f82cc7c711a1d4b /application/models/DbTable/Certificate.php
parentsmartcard auth (diff)
downloadpbs2-7c274dac519d3f1e2a0acca4ab76c2744cbaa185.tar.gz
pbs2-7c274dac519d3f1e2a0acca4ab76c2744cbaa185.tar.xz
pbs2-7c274dac519d3f1e2a0acca4ab76c2744cbaa185.zip
added certificate DB
Diffstat (limited to 'application/models/DbTable/Certificate.php')
-rw-r--r--application/models/DbTable/Certificate.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/application/models/DbTable/Certificate.php b/application/models/DbTable/Certificate.php
new file mode 100644
index 0000000..978345a
--- /dev/null
+++ b/application/models/DbTable/Certificate.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_Certificate extends Zend_Db_Table_Abstract {
+
+ protected $_name = 'pbs_certificate';
+
+
+}
+