/[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.8 by joko, Wed Mar 5 16:10:17 2003 UTC revision 1.12 by joko, Mon Mar 10 23:30:27 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   *   *
# Line 7  Line 6 
6   * @package org.netfrag.glib   * @package org.netfrag.glib
7   * @name DesignPattern::MVC   * @name DesignPattern::MVC
8   *   *
9     *
10   */   */
11    
12  /**  
13    /**
14     *
15     * <b>Cvs-Log:</b>
16     *
17     * <pre>
18   * $Id$   * $Id$
19   *   *
20   * $Log$   * $Log$
21     * Revision 1.12  2003/03/10 23:30:27  joko
22     * + fixed metadata for phpDocumentor
23     *
24     * Revision 1.11  2003/03/10 22:31:56  joko
25     * + fixed metadata for phpDocumentor
26     *
27     * Revision 1.10  2003/03/05 17:02:22  joko
28     * updated docu (phpDocumentor testing....)
29     *
30     * Revision 1.9  2003/03/05 16:32:18  joko
31     * updated docu (phpDocumentor testing....)
32     *
33   * Revision 1.8  2003/03/05 16:10:17  joko   * Revision 1.8  2003/03/05 16:10:17  joko
34   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
35   *   *
# Line 38  Line 55 
55   *   *
56   * Revision 1.1  2003/03/01 15:31:18  joko   * Revision 1.1  2003/03/01 15:31:18  joko
57   * + initial commit   * + initial commit
58     * </pre>
59   *   *
60   *   *
61   */   */
# Line 53  Line 71 
71   * @link http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
72   *   *
73   * @package org.netfrag.glib   * @package org.netfrag.glib
74     * @subpackage DesignPattern
75   * @name DesignPattern::MVC   * @name DesignPattern::MVC
  * @filesource  
76   *   *
77   */   *
   
 /**  
78   * @todo xyz   * @todo xyz
79   * @todo bla, bli, blub   * @todo bla, bli, blub
80   *   *
81   *   *
82   */   */
   
   
83  class DesignPattern_MVC extends DesignPattern_Facade {  class DesignPattern_MVC extends DesignPattern_Facade {
84    
85    var $_model = array();    var $_model = array();

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.12

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