| 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 |
## Revision 1.2 2003/03/03 21:16:41 joko |
| 20 |
## mungled namespaces |
## mungled namespaces |
| 21 |
## |
## |
| 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) |