/[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.10 by joko, Wed Mar 5 17:02:22 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>   * @author Andreas Motl <andreas.motl@ilo.de>
6   * @package org.netfrag.glib   * @package org.netfrag.glib
7   * @name DesignPattern::MVC   * @name DesignPattern::MVC
8     * @filesource
9   *   *
10   */   *
11     *
12  /**   * <b>Cvs-Log:</b>
13     *
14     * <pre>
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.10  2003/03/05 17:02:22  joko
19     * updated docu (phpDocumentor testing....)
20     *
21     * Revision 1.9  2003/03/05 16:32:18  joko
22     * updated docu (phpDocumentor testing....)
23     *
24   * Revision 1.8  2003/03/05 16:10:17  joko   * Revision 1.8  2003/03/05 16:10:17  joko
25   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
26   *   *
# Line 38  Line 46 
46   *   *
47   * Revision 1.1  2003/03/01 15:31:18  joko   * Revision 1.1  2003/03/01 15:31:18  joko
48   * + initial commit   * + initial commit
49     * </pre>
50   *   *
51   *   *
52   */   */
# Line 53  Line 62 
62   * @link http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
63   *   *
64   * @package org.netfrag.glib   * @package org.netfrag.glib
65     * @subpackage DesignPattern
66   * @name DesignPattern::MVC   * @name DesignPattern::MVC
  * @filesource  
67   *   *
68   */   *
   
 /**  
69   * @todo xyz   * @todo xyz
70   * @todo bla, bli, blub   * @todo bla, bli, blub
71   *   *
72   *   *
73   */   */
   
   
74  class DesignPattern_MVC extends DesignPattern_Facade {  class DesignPattern_MVC extends DesignPattern_Facade {
75    
76    var $_model = array();    var $_model = array();

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

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