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

Diff of /nfo/php/libs/org.netfrag.glib/Application/Request/Tracker.php

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

revision 1.2 by joko, Mon Mar 3 21:16:41 2003 UTC revision 1.4 by joko, Tue Mar 11 01:42:58 2003 UTC
# Line 1  Line 1 
1  <?  <?
2  /*  /**
3  ##    -----------------------------------------------------------------------------   * This file contains the Application::Request::Tracker class.
4  ##    $Id$   *
5  ##    -----------------------------------------------------------------------------   * @author Andreas Motl <andreas.motl@ilo.de>
6  ##    $Log$   * @package org.netfrag.glib
7  ##    Revision 1.2  2003/03/03 21:16:41  joko   * @name Application::Request::Tracker
8  ##    mungled namespaces   *
9  ##   */
 ##    Revision 1.1  2003/03/01 15:30:38  joko  
 ##    + initial commit, refactored from Application::RequestTracker  
 ##  
 ##    Revision 1.2  2003/03/01 15:17:26  jonen  
 ##    + explorer pointers  
 ##    + new proposal for internal data structure  
 ##  
 ##    Revision 1.1  2003/02/28 04:14:48  joko  
 ##    + initial commit  
 ##  
 ##    -----------------------------------------------------------------------------  
 */  
10    
11    /**
12     * <b>Cvs-Log:</b>
13     *
14     * <pre>
15     *    -----------------------------------------------------------------------------
16     *    $Id$
17     *    -----------------------------------------------------------------------------
18     *    $Log$
19     *    Revision 1.4  2003/03/11 01:42:58  joko
20     *    + fixed metadata for phpDocumentor
21     *
22     *    Revision 1.3  2003/03/11 01:22:22  joko
23     *    + fixed metadata for phpDocumentor
24     *
25     *    Revision 1.2  2003/03/03 21:16:41  joko
26     *    mungled namespaces
27     *
28     *    Revision 1.1  2003/03/01 15:30:38  joko
29     *    + initial commit, refactored from Application::RequestTracker
30     *
31     *    Revision 1.2  2003/03/01 15:17:26  jonen
32     *    + explorer pointers
33     *    + new proposal for internal data structure
34     *
35     *    Revision 1.1  2003/02/28 04:14:48  joko
36     *    + initial commit
37     *
38     *    -----------------------------------------------------------------------------
39     * </pre>
40     *
41     */
42    
43    
44    /**
45     * --- Application::Request::Tracker
46     *
47     * @author Andreas Motl <andreas.motl@ilo.de>
48     * @copyright (c) 2003 - All Rights reserved.
49     * @license GNU LGPL (GNU Lesser General Public License)
50     *
51     * @link http://www.netfrag.org/~joko/
52     * @link http://www.gnu.org/licenses/lgpl.txt
53     *
54     * @package org.netfrag.glib
55     * @subpackage Application
56     * @name Application::Request::Tracker
57     *
58     */
59  class Application_Request_Tracker {  class Application_Request_Tracker {
60    
61    // raw  -  $_GET and $_POST (merged)    // raw  -  $_GET and $_POST (merged)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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