summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 14:55:59 +0100
committerMichael Neves2012-01-26 14:55:59 +0100
commit780cacfe78e3191e09328f15bc6e4687ac83b0a5 (patch)
tree8ef5fc76016e1ad67a170d76240f5dce6bc1ef3e /application/models/DbTable
parentadjusted Bootiso in pbs.sql and pbs_newdata.sql (diff)
downloadpbs2-780cacfe78e3191e09328f15bc6e4687ac83b0a5.tar.gz
pbs2-780cacfe78e3191e09328f15bc6e4687ac83b0a5.tar.xz
pbs2-780cacfe78e3191e09328f15bc6e4687ac83b0a5.zip
Added Preboottype Model, changed bootiso and preboot model
Diffstat (limited to 'application/models/DbTable')
-rw-r--r--application/models/DbTable/PreBootType.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/application/models/DbTable/PreBootType.php b/application/models/DbTable/PreBootType.php
new file mode 100644
index 0000000..f4157a3
--- /dev/null
+++ b/application/models/DbTable/PreBootType.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_PreBootType extends Zend_Db_Table_Abstract {
+
+ protected $_name = 'pbs_preboottype';
+
+
+}
+