| 1 |
<? |
<? |
| 2 |
|
/** |
| 3 |
|
* This file contains the Application::Config class. |
| 4 |
|
* |
| 5 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
|
* @package org.netfrag.glib |
| 7 |
|
* @name Application::Config |
| 8 |
|
* |
| 9 |
|
*/ |
| 10 |
|
|
| 11 |
|
|
| 12 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 13 |
// $Id$ |
// $Id$ |
| 14 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 15 |
// $Log$ |
// $Log$ |
| 16 |
|
// Revision 1.8 2003/03/11 00:42:39 joko |
| 17 |
|
// + fixed metadata for phpDocumentor |
| 18 |
|
// |
| 19 |
|
// Revision 1.7 2003/03/11 00:12:45 joko |
| 20 |
|
// + fixed metadata for phpDocumentor |
| 21 |
|
// |
| 22 |
|
// Revision 1.6 2003/03/10 23:45:29 joko |
| 23 |
|
// + fixed metadata for phpDocumentor |
| 24 |
|
// |
| 25 |
// Revision 1.5 2003/03/03 21:11:01 joko |
// Revision 1.5 2003/03/03 21:11:01 joko |
| 26 |
// mungled the namespaces |
// mungled the namespaces |
| 27 |
// |
// |
| 58 |
*/ |
*/ |
| 59 |
|
|
| 60 |
|
|
| 61 |
|
/** |
| 62 |
|
* --- Application_Config |
| 63 |
|
* |
| 64 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 65 |
|
* @package org.netfrag.glib |
| 66 |
|
* @subpackage Application |
| 67 |
|
* @name Application::Config |
| 68 |
|
* |
| 69 |
|
*/ |
| 70 |
class Application_Config { |
class Application_Config { |
| 71 |
|
|
| 72 |
var $_store; |
var $_store; |