| 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::BaseController |
* @name Application::Request::BaseController |
| 9 |
* |
* |
| 10 |
*/ |
*/ |
| 11 |
|
|
| 13 |
* $Id$ |
* $Id$ |
| 14 |
* |
* |
| 15 |
* $Log$ |
* $Log$ |
| 16 |
|
* Revision 1.3 2003/03/05 18:54:42 joko |
| 17 |
|
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 18 |
|
* |
| 19 |
* Revision 1.2 2003/03/03 21:12:55 joko |
* Revision 1.2 2003/03/03 21:12:55 joko |
| 20 |
* split up processing into more steps |
* split up processing into more steps |
| 21 |
* |
* |
| 27 |
|
|
| 28 |
|
|
| 29 |
/** |
/** |
| 30 |
* --- |
* Application::Request::BaseController |
|
* |
|
| 31 |
* |
* |
| 32 |
* @author Andreas Motl <andreas.motl@ilo.de> |
* @author Andreas Motl <andreas.motl@ilo.de> |
| 33 |
* @copyright (c) 2003 - All Rights reserved. |
* @copyright (c) 2003 - All Rights reserved. |
| 37 |
* @license-url http://www.gnu.org/licenses/lgpl.txt |
* @license-url http://www.gnu.org/licenses/lgpl.txt |
| 38 |
* |
* |
| 39 |
* @package org.netfrag.glib |
* @package org.netfrag.glib |
| 40 |
* @module Application::Request::BaseController |
* @subpackage Application |
| 41 |
|
* @name Application::Request::BaseController |
| 42 |
* |
* |
| 43 |
*/ |
*/ |
|
|
|
|
/** |
|
|
* Todo: |
|
|
* |
|
|
* o xyz |
|
|
* o bla, bli, blub |
|
|
* |
|
|
* |
|
|
*/ |
|
|
|
|
|
|
|
|
// isn't required by now: |
|
|
//loadModule('DesignPattern::Object'); |
|
|
//class DesignPattern_MVC extends DesignPattern_Object { |
|
|
|
|
|
//loadModule('DesignPattern::Container'); |
|
| 44 |
class Application_Request_BaseController { |
class Application_Request_BaseController { |
| 45 |
|
|
| 46 |
var $_request = null; |
var $_request = null; |