diff options
| author | michael pereira | 2011-04-20 18:49:49 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-20 18:49:49 +0200 |
| commit | cc3660add480ac1dc217d7f853b325db7d6ec7d0 (patch) | |
| tree | 8056c87777d806c613a607c3f479ce07475b5db6 /application/models/DbTable/BootOsUser.php | |
| parent | API + Fixes (diff) | |
| parent | Url für Config gekürzt (diff) | |
| download | pbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.tar.gz pbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.tar.xz pbs2-cc3660add480ac1dc217d7f853b325db7d6ec7d0.zip | |
merges
Diffstat (limited to 'application/models/DbTable/BootOsUser.php')
| -rw-r--r-- | application/models/DbTable/BootOsUser.php | 20 |
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'; + + +} + |
