| 1 | <?php | <?php | 
| 2 |  |  | 
| 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> | 
| 7 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 8 | * @name DesignPattern::MVC | * @name DesignPattern::MVC | 
| 9 | * | * | 
| 13 | * $Id$ | * $Id$ | 
| 14 | * | * | 
| 15 | * $Log$ | * $Log$ | 
| 16 |  | * Revision 1.8  2003/03/05 16:10:17  joko | 
| 17 |  | * updated docu (phpDocumentor testing....) | 
| 18 |  | * | 
| 19 |  | * Revision 1.7  2003/03/05 15:41:03  joko | 
| 20 |  | * updated docu (phpDocumentor testing....) | 
| 21 |  | * | 
| 22 | * Revision 1.6  2003/03/05 15:24:23  joko | * Revision 1.6  2003/03/05 15:24:23  joko | 
| 23 | * updated docu (phpDocumentor testing....) | * updated docu (phpDocumentor testing....) | 
| 24 | * | * | 
| 44 |  |  | 
| 45 |  |  | 
| 46 | /** | /** | 
| 47 | * This tries to abstract some parts of the MVC Pattern. | * This tries to abstract some parts of the MVC Pattern | 
| 48 | * | * | 
| 49 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 50 | * @link http://www.netfrag.org/~joko/ | * @link http://www.netfrag.org/~joko/ | 
| 54 | * | * | 
| 55 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 56 | * @name DesignPattern::MVC | * @name DesignPattern::MVC | 
| 57 |  | * @filesource | 
| 58 | * | * | 
| 59 | */ | */ | 
| 60 |  |  |