/[cvs]/nfo/php/libs/org.netfrag.glib/Application/Config.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Application/Config.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by joko, Mon Mar 3 21:11:01 2003 UTC revision 1.6 by joko, Mon Mar 10 23:45:29 2003 UTC
# Line 1  Line 1 
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.6  2003/03/10 23:45:29  joko
17    //  + fixed metadata for phpDocumentor
18    //
19  //  Revision 1.5  2003/03/03 21:11:01  joko  //  Revision 1.5  2003/03/03 21:11:01  joko
20  //  mungled the namespaces  //  mungled the namespaces
21  //  //
# Line 39  Line 52 
52  */  */
53    
54    
55    /**
56     * --- Application_Config class.
57     *
58     * @author Andreas Motl <andreas.motl@ilo.de>
59     * @subpackage Application
60     * @name Application::Config
61     *
62     */
63  class Application_Config {  class Application_Config {
64        
65    var $_store;    var $_store;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed