| 3 | /** | /** | 
| 4 | * This file contains the DesignPattern::MVC class. | * This file contains the DesignPattern::MVC class. | 
| 5 | * | * | 
| 6 | * @author Andreas Motl <andreas.motl@ilo.de> | * @package org.netfrag.glib | 
| 7 | * @module DesignPattern::MVC | * @name DesignPattern::MVC | 
| 8 | * | * | 
| 9 | */ | */ | 
| 10 |  |  | 
| 12 | * $Id$ | * $Id$ | 
| 13 | * | * | 
| 14 | * $Log$ | * $Log$ | 
| 15 |  | * Revision 1.6  2003/03/05 15:24:23  joko | 
| 16 |  | * updated docu (phpDocumentor testing....) | 
| 17 |  | * | 
| 18 | * Revision 1.5  2003/03/03 21:57:42  joko | * Revision 1.5  2003/03/03 21:57:42  joko | 
| 19 | * changed base class | * changed base class | 
| 20 | * | * | 
| 39 | /** | /** | 
| 40 | * This tries to abstract some parts of the MVC Pattern. | * This tries to abstract some parts of the MVC Pattern. | 
| 41 | * | * | 
|  | * |  | 
| 42 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 43 |  | * @link http://www.netfrag.org/~joko/ | 
| 44 | * @copyright (c) 2003 - All Rights reserved. | * @copyright (c) 2003 - All Rights reserved. | 
| 45 | * @license GNU LGPL (GNU Lesser General Public License) | * @license GNU LGPL (GNU Lesser General Public License) | 
| 46 | * | * @link http://www.gnu.org/licenses/lgpl.txt | 
|  | * @author-url http://www.netfrag.org/~joko/ |  | 
|  | * @license-url http://www.gnu.org/licenses/lgpl.txt |  | 
| 47 | * | * | 
| 48 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 49 | * @module DesignPattern::MVC | * @name DesignPattern::MVC | 
| 50 | * | * | 
| 51 | */ | */ | 
| 52 |  |  | 
| 53 | /** | /** | 
| 54 | * Todo: | * @todo xyz | 
| 55 | * | * @todo bla, bli, blub | 
|  | *  o xyz |  | 
|  | *  o bla, bli, blub |  | 
| 56 | * | * | 
| 57 | * | * | 
| 58 | */ | */ |