/[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.1 by joko, Sat Mar 1 15:30:38 2003 UTC revision 1.3 by joko, Tue Mar 11 01:22:22 2003 UTC
# Line 1  Line 1 
1  <?  <?
2    /**
3     * This file contains the Application::Request::Tracker class.
4     *
5     * @author Andreas Motl <andreas.motl@ilo.de>
6     * @package org.netfrag.glib
7     * @name Application::Request::Tracker
8     *
9     */
10    
11  /*  /*
12  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
13  ##    $Id$  ##    $Id$
14  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
15  ##    $Log$  ##    $Log$
16    ##    Revision 1.3  2003/03/11 01:22:22  joko
17    ##    + fixed metadata for phpDocumentor
18    ##
19    ##    Revision 1.2  2003/03/03 21:16:41  joko
20    ##    mungled namespaces
21    ##
22  ##    Revision 1.1  2003/03/01 15:30:38  joko  ##    Revision 1.1  2003/03/01 15:30:38  joko
23  ##    + initial commit, refactored from Application::RequestTracker  ##    + initial commit, refactored from Application::RequestTracker
24  ##  ##
# Line 18  Line 33 
33  */  */
34    
35    
36    /**
37     * --- Application::Request::Tracker
38     *
39     * @author Andreas Motl <andreas.motl@ilo.de>
40     * @copyright (c) 2003 - All Rights reserved.
41     * @license GNU LGPL (GNU Lesser General Public License)
42     *
43     * @link http://www.netfrag.org/~joko/
44     * @link http://www.gnu.org/licenses/lgpl.txt
45     *
46     * @subpackage Application
47     * @name Application::Request::Tracker
48     *
49     */
50  class Application_Request_Tracker {  class Application_Request_Tracker {
51    
52    // raw  -  $_GET and $_POST (merged)    // raw  -  $_GET and $_POST (merged)
# Line 33  class Application_Request_Tracker { Line 62  class Application_Request_Tracker {
62    var $data;    var $data;
63    
64    function Application_Request_Tracker() {    function Application_Request_Tracker() {
65      session_register_safe('Application_Request_Tracker_data');      php::session_register_safe('Application_Request_Tracker_data');
66      $this->load();      $this->load();
67    }    }
68        

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

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