summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-06 13:37:16 +0200
committerBjörn Geiger2011-10-06 13:37:16 +0200
commita3045d9ec3ebbb77a6112f8ce4315b7b3ce80acf (patch)
treeccc8c2430650de6e2b36ed524ffb6ecf8824a3be /application/models/DbTable
parentsome statistic changes (diff)
downloadpoolctrl-a3045d9ec3ebbb77a6112f8ce4315b7b3ce80acf.tar.gz
poolctrl-a3045d9ec3ebbb77a6112f8ce4315b7b3ce80acf.tar.xz
poolctrl-a3045d9ec3ebbb77a6112f8ce4315b7b3ce80acf.zip
PBS Tabellen aus DB entfernt
Diffstat (limited to 'application/models/DbTable')
-rwxr-xr-xapplication/models/DbTable/BootOs.php20
-rwxr-xr-xapplication/models/DbTable/Client.php20
-rwxr-xr-xapplication/models/DbTable/Config.php20
-rwxr-xr-xapplication/models/DbTable/Membership.php20
-rwxr-xr-xapplication/models/DbTable/Pool.php20
-rwxr-xr-xapplication/models/DbTable/PoolEntries.php20
6 files changed, 0 insertions, 120 deletions
diff --git a/application/models/DbTable/BootOs.php b/application/models/DbTable/BootOs.php
deleted file mode 100755
index a61167a..0000000
--- a/application/models/DbTable/BootOs.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_BootOs extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_bootos';
-
-
-}
-
diff --git a/application/models/DbTable/Client.php b/application/models/DbTable/Client.php
deleted file mode 100755
index 59d71a1..0000000
--- a/application/models/DbTable/Client.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_Client extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_client';
-
-
-}
-
diff --git a/application/models/DbTable/Config.php b/application/models/DbTable/Config.php
deleted file mode 100755
index 56b6a41..0000000
--- a/application/models/DbTable/Config.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_Config extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_config';
-
-
-}
-
diff --git a/application/models/DbTable/Membership.php b/application/models/DbTable/Membership.php
deleted file mode 100755
index cc1d4cc..0000000
--- a/application/models/DbTable/Membership.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_Membership extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_membership';
-
-
-}
-
diff --git a/application/models/DbTable/Pool.php b/application/models/DbTable/Pool.php
deleted file mode 100755
index 9650166..0000000
--- a/application/models/DbTable/Pool.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_Pool extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_pool';
-
-
-}
-
diff --git a/application/models/DbTable/PoolEntries.php b/application/models/DbTable/PoolEntries.php
deleted file mode 100755
index 275f443..0000000
--- a/application/models/DbTable/PoolEntries.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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_PoolEntries extends Zend_Db_Table_Abstract
-{
-
- protected $_name = 'pbs_poolentries';
-
-
-}
-