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

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

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

revision 1.2 by joko, Mon Mar 3 21:13:59 2003 UTC revision 1.4 by joko, Tue Mar 11 01:22:22 2003 UTC
# Line 5  Line 5 
5   *   *
6   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
7   * @package org.netfrag.glib   * @package org.netfrag.glib
8   * @module Application::Request::HttpController   * @name Application::Request::HttpController
9   *   *
10   */   */
11    
12  /**  /**
13     * <b>Cvs-Log:</b>
14     *
15     * <pre>
16   * $Id$   * $Id$
17   *   *
18   * $Log$   * $Log$
19     * Revision 1.4  2003/03/11 01:22:22  joko
20     * + fixed metadata for phpDocumentor
21     *
22     * Revision 1.3  2003/03/05 18:54:42  joko
23     * updated docu - phpDocumentor is very strict about its 'blocks'...
24     *
25   * Revision 1.2  2003/03/03 21:13:59  joko   * Revision 1.2  2003/03/03 21:13:59  joko
26   * + request translation   * + request translation
27   * mungled namespaces   * mungled namespaces
# Line 20  Line 29 
29   *   *
30   * Revision 1.1  2003/03/01 21:11:18  joko   * Revision 1.1  2003/03/01 21:11:18  joko
31   * + initial commit   * + initial commit
32   *   * </pre>
33   *   *
34   */   */
35    
36    
37  /**  /**
38   * ---   * This requires the Application::Request::BaseController base class
39     *
40     */
41    loadModule('Application::Request::BaseController');
42    
43    /**
44     * --- Application::Request::HttpController
45   *   *
46     * Responsible for GET and POST argument handling.
47     * Does an array_join_merge for now.
48   *   *
49   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
50   * @copyright (c) 2003 - All Rights reserved.   * @copyright (c) 2003 - All Rights reserved.
51   * @license GNU LGPL (GNU Lesser General Public License)   * @license GNU LGPL (GNU Lesser General Public License)
52   *   *
53   * @author-url http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
54   * @license-url http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
55   *   *
56   * @package org.netfrag.glib   * @package org.netfrag.glib
57   * @module Application::Request::HttpController   * @subpackage Application
58     * @name Application::Request::HttpController
59   *   *
60   */   */
   
 /**  
  * Todo:  
  *  
  *  o xyz  
  *  o bla, bli, blub  
  *  
  *  
  */  
   
   
 loadModule('Application::Request::BaseController');  
61  class Application_Request_HttpController extends Application_Request_BaseController {  class Application_Request_HttpController extends Application_Request_BaseController {
62    
63   /**   /**

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