summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/BootOsUser.php
diff options
context:
space:
mode:
authorSimon2011-04-20 17:29:21 +0200
committerSimon2011-04-20 17:29:21 +0200
commit50dcd70ac9ab6b5b67edcf76bb9dd368d814d7ae (patch)
tree7d92c725988438abacd49b035d71ead85f167f1e /application/models/DbTable/BootOsUser.php
parentSchreibfehler im Installer-Script (diff)
downloadpbs2-50dcd70ac9ab6b5b67edcf76bb9dd368d814d7ae.tar.gz
pbs2-50dcd70ac9ab6b5b67edcf76bb9dd368d814d7ae.tar.xz
pbs2-50dcd70ac9ab6b5b67edcf76bb9dd368d814d7ae.zip
BootOsUser und HomeType Models hinzugefügt
Diffstat (limited to 'application/models/DbTable/BootOsUser.php')
-rw-r--r--application/models/DbTable/BootOsUser.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/models/DbTable/BootOsUser.php b/application/models/DbTable/BootOsUser.php
new file mode 100644
index 0000000..976e21a
--- /dev/null
+++ b/application/models/DbTable/BootOsUser.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_BootOsUser extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'pbs_bootosuser';
+
+
+}
+