diff options
| author | Sebastian Schmelzer | 2012-01-11 14:36:35 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2012-01-11 14:36:35 +0100 |
| commit | fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e (patch) | |
| tree | 6e6aaf749f34db8c7c7153c23ef85c57187430bb /application/models/DbTable | |
| parent | API: mit addBootos kann man nun auch editieren (diff) | |
| download | pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.gz pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.xz pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.zip | |
format source files
Diffstat (limited to 'application/models/DbTable')
25 files changed, 275 insertions, 300 deletions
diff --git a/application/models/DbTable/BootIso.php b/application/models/DbTable/BootIso.php index 088654d..eb47ef0 100644 --- a/application/models/DbTable/BootIso.php +++ b/application/models/DbTable/BootIso.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_BootIso extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_BootIso extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_bootiso'; + protected $_name = 'pbs_bootiso'; } diff --git a/application/models/DbTable/BootMenu.php b/application/models/DbTable/BootMenu.php index 3c35d6c..471c3a2 100644 --- a/application/models/DbTable/BootMenu.php +++ b/application/models/DbTable/BootMenu.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_BootMenu extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_BootMenu extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_bootmenu'; + protected $_name = 'pbs_bootmenu'; } diff --git a/application/models/DbTable/BootMenuEntries.php b/application/models/DbTable/BootMenuEntries.php index 2f74b32..836dfd8 100644 --- a/application/models/DbTable/BootMenuEntries.php +++ b/application/models/DbTable/BootMenuEntries.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_BootMenuEntries extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_BootMenuEntries extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_bootmenuentries'; + protected $_name = 'pbs_bootmenuentries'; } diff --git a/application/models/DbTable/BootOs.php b/application/models/DbTable/BootOs.php index a61167a..c6c80c9 100644 --- a/application/models/DbTable/BootOs.php +++ b/application/models/DbTable/BootOs.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_BootOs extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_bootos'; + protected $_name = 'pbs_bootos'; } diff --git a/application/models/DbTable/BootOsUser.php b/application/models/DbTable/BootOsUser.php index 976e21a..1dccf73 100644 --- a/application/models/DbTable/BootOsUser.php +++ b/application/models/DbTable/BootOsUser.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_BootOsUser extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_bootosuser'; + protected $_name = 'pbs_bootosuser'; } diff --git a/application/models/DbTable/Client.php b/application/models/DbTable/Client.php index 59d71a1..a67a04e 100644 --- a/application/models/DbTable/Client.php +++ b/application/models/DbTable/Client.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_Client extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_client'; + protected $_name = 'pbs_client'; } diff --git a/application/models/DbTable/Config.php b/application/models/DbTable/Config.php index 56b6a41..de194a9 100644 --- a/application/models/DbTable/Config.php +++ b/application/models/DbTable/Config.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_Config extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_config'; + protected $_name = 'pbs_config'; } diff --git a/application/models/DbTable/Filter.php b/application/models/DbTable/Filter.php index 545c587..225076e 100644 --- a/application/models/DbTable/Filter.php +++ b/application/models/DbTable/Filter.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Filter extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Filter extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_filter'; + protected $_name = 'pbs_filter'; } diff --git a/application/models/DbTable/FilterEntries.php b/application/models/DbTable/FilterEntries.php index f421bd3..2df226a 100644 --- a/application/models/DbTable/FilterEntries.php +++ b/application/models/DbTable/FilterEntries.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_FilterEntries extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_FilterEntries extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_filterentries'; + protected $_name = 'pbs_filterentries'; } diff --git a/application/models/DbTable/FilterType.php b/application/models/DbTable/FilterType.php index 595e6ca..daabac2 100644 --- a/application/models/DbTable/FilterType.php +++ b/application/models/DbTable/FilterType.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_FilterType extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_FilterType extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_filtertype'; + protected $_name = 'pbs_filtertype'; } diff --git a/application/models/DbTable/Group.php b/application/models/DbTable/Group.php index d31d93a..aaf3c47 100644 --- a/application/models/DbTable/Group.php +++ b/application/models/DbTable/Group.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Group extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Group extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_group'; + protected $_name = 'pbs_group'; } diff --git a/application/models/DbTable/GroupGroups.php b/application/models/DbTable/GroupGroups.php index bd7c7c4..eebd43b 100644 --- a/application/models/DbTable/GroupGroups.php +++ b/application/models/DbTable/GroupGroups.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_GroupGroups extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_GroupGroups extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_groupgroups'; + protected $_name = 'pbs_groupgroups'; } diff --git a/application/models/DbTable/GroupRequest.php b/application/models/DbTable/GroupRequest.php index 036df59..3361659 100644 --- a/application/models/DbTable/GroupRequest.php +++ b/application/models/DbTable/GroupRequest.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_GroupRequest extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_GroupRequest extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_grouprequest'; + protected $_name = 'pbs_grouprequest'; } diff --git a/application/models/DbTable/HomeType.php b/application/models/DbTable/HomeType.php index 2bd484f..e92e519 100644 --- a/application/models/DbTable/HomeType.php +++ b/application/models/DbTable/HomeType.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_HomeType extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_HomeType extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_hometype'; + protected $_name = 'pbs_hometype'; } diff --git a/application/models/DbTable/Membership.php b/application/models/DbTable/Membership.php index cc1d4cc..164809d 100644 --- a/application/models/DbTable/Membership.php +++ b/application/models/DbTable/Membership.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_Membership extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_membership'; + protected $_name = 'pbs_membership'; } diff --git a/application/models/DbTable/PasswordRecovery.php b/application/models/DbTable/PasswordRecovery.php index b4e5082..aadb513 100644 --- a/application/models/DbTable/PasswordRecovery.php +++ b/application/models/DbTable/PasswordRecovery.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_PasswordRecovery extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_passwordrecovery'; + protected $_name = 'pbs_passwordrecovery'; } diff --git a/application/models/DbTable/Person.php b/application/models/DbTable/Person.php index 132e8b6..1ae95ca 100644 --- a/application/models/DbTable/Person.php +++ b/application/models/DbTable/Person.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Person extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Person extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_person'; + protected $_name = 'pbs_person'; } diff --git a/application/models/DbTable/Pool.php b/application/models/DbTable/Pool.php index 9650166..0aadca7 100644 --- a/application/models/DbTable/Pool.php +++ b/application/models/DbTable/Pool.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_Pool extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_pool'; + protected $_name = 'pbs_pool'; } diff --git a/application/models/DbTable/PoolEntries.php b/application/models/DbTable/PoolEntries.php index 275f443..2fe216e 100644 --- a/application/models/DbTable/PoolEntries.php +++ b/application/models/DbTable/PoolEntries.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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 -{ +class Application_Model_DbTable_PoolEntries extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_poolentries'; + protected $_name = 'pbs_poolentries'; } diff --git a/application/models/DbTable/PreBoot.php b/application/models/DbTable/PreBoot.php index 8553d6b..02d3680 100644 --- a/application/models/DbTable/PreBoot.php +++ b/application/models/DbTable/PreBoot.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_PreBoot extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_PreBoot extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_preboot'; + protected $_name = 'pbs_preboot'; } diff --git a/application/models/DbTable/Right.php b/application/models/DbTable/Right.php index d73dd5d..603fee1 100644 --- a/application/models/DbTable/Right.php +++ b/application/models/DbTable/Right.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Right extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Right extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_right'; + protected $_name = 'pbs_right'; } diff --git a/application/models/DbTable/RightCategory.php b/application/models/DbTable/RightCategory.php index 4146580..8cf7ef1 100644 --- a/application/models/DbTable/RightCategory.php +++ b/application/models/DbTable/RightCategory.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_RightCategory extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_RightCategory extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_rightcategory'; + protected $_name = 'pbs_rightcategory'; } diff --git a/application/models/DbTable/RightRoles.php b/application/models/DbTable/RightRoles.php index 6a9efe0..1c62f25 100644 --- a/application/models/DbTable/RightRoles.php +++ b/application/models/DbTable/RightRoles.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_RightRoles extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_RightRoles extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_rightroles'; + protected $_name = 'pbs_rightroles'; } diff --git a/application/models/DbTable/Role.php b/application/models/DbTable/Role.php index 94b8679..756d217 100644 --- a/application/models/DbTable/Role.php +++ b/application/models/DbTable/Role.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Role extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Role extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_role'; + protected $_name = 'pbs_role'; } diff --git a/application/models/DbTable/Session.php b/application/models/DbTable/Session.php index d74d505..12a8b6b 100644 --- a/application/models/DbTable/Session.php +++ b/application/models/DbTable/Session.php @@ -1,19 +1,18 @@ -<?php +<? 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/ - */ +* 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_Session extends Zend_Db_Table_Abstract -{ +class Application_Model_DbTable_Session extends Zend_Db_Table_Abstract { - protected $_name = 'pbs_session'; + protected $_name = 'pbs_session'; } |
