/[cvs]/nfo/php/libs/org.netfrag.glib/DesignPattern/MVC.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DesignPattern/MVC.php

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

revision 1.6 by joko, Wed Mar 5 15:24:23 2003 UTC revision 1.11 by joko, Mon Mar 10 22:31:56 2003 UTC
# Line 1  Line 1 
1  <?php  <?php
   
2  /**  /**
3   * This file contains the DesignPattern::MVC class.   * This file contains the DesignPattern::MVC class
4   *   *
5     * @author Andreas Motl <andreas.motl@ilo.de>
6   * @package org.netfrag.glib   * @package org.netfrag.glib
7   * @name DesignPattern::MVC   * @name DesignPattern::MVC
8   *   *
9   */   *
10     *
11  /**   * <b>Cvs-Log:</b>
12     *
13     * <pre>
14   * $Id$   * $Id$
15   *   *
16   * $Log$   * $Log$
17     * Revision 1.11  2003/03/10 22:31:56  joko
18     * + fixed metadata for phpDocumentor
19     *
20     * Revision 1.10  2003/03/05 17:02:22  joko
21     * updated docu (phpDocumentor testing....)
22     *
23     * Revision 1.9  2003/03/05 16:32:18  joko
24     * updated docu (phpDocumentor testing....)
25     *
26     * Revision 1.8  2003/03/05 16:10:17  joko
27     * updated docu (phpDocumentor testing....)
28     *
29     * Revision 1.7  2003/03/05 15:41:03  joko
30     * updated docu (phpDocumentor testing....)
31     *
32   * Revision 1.6  2003/03/05 15:24:23  joko   * Revision 1.6  2003/03/05 15:24:23  joko
33   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
34   *   *
# Line 31  Line 48 
48   *   *
49   * Revision 1.1  2003/03/01 15:31:18  joko   * Revision 1.1  2003/03/01 15:31:18  joko
50   * + initial commit   * + initial commit
51     * </pre>
52   *   *
53   *   *
54   */   */
55    
56    
57  /**  /**
58   * This tries to abstract some parts of the MVC Pattern.   * This tries to abstract some parts of the MVC Pattern
59   *   *
60   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
61   * @link http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
# Line 46  Line 64 
64   * @link http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
65   *   *
66   * @package org.netfrag.glib   * @package org.netfrag.glib
67     * @subpackage DesignPattern
68   * @name DesignPattern::MVC   * @name DesignPattern::MVC
69   *   *
70   */   *
   
 /**  
71   * @todo xyz   * @todo xyz
72   * @todo bla, bli, blub   * @todo bla, bli, blub
73   *   *
74   *   *
75   */   */
   
   
76  class DesignPattern_MVC extends DesignPattern_Facade {  class DesignPattern_MVC extends DesignPattern_Facade {
77    
78    var $_model = array();    var $_model = array();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.11

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed