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

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

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

revision 1.2 by joko, Wed Mar 5 12:14:02 2003 UTC revision 1.3 by joko, Wed Mar 5 16:10:17 2003 UTC
# Line 1  Line 1 
1  <?php  <?php
2    /**
3     * This file contains the DesignPattern::RemoteProxy class
4     *
5     * @author Andreas Motl <andreas.motl@ilo.de>
6     * @package org.netfrag.glib
7     * @name DesignPattern::RemoteProxy
8     *
9     */
10    
11  /**  /**
12   * -------------------------------------------------------------------------   * -------------------------------------------------------------------------
13   *    $Id$   *    $Id$
14   * -------------------------------------------------------------------------   * -------------------------------------------------------------------------
15   *    $Log$   *    $Log$
16     *    Revision 1.3  2003/03/05 16:10:17  joko
17     *    updated docu (phpDocumentor testing....)
18     *
19   *    Revision 1.2  2003/03/05 12:14:02  joko   *    Revision 1.2  2003/03/05 12:14:02  joko
20   *    renamed method   *    renamed method
21   *    constructor argument expansion   *    constructor argument expansion
# Line 99  Line 110 
110   */   */
111    
112  /**  /**
  *  
113   * Data::Driver::Proxy  --  Multiple stage data fetching and caching   * Data::Driver::Proxy  --  Multiple stage data fetching and caching
114   *   *
115   *   *
# Line 159  Line 169 
169   */   */
170    
171  /**  /**
172   * Todo:   * An attempt to implement some software design patterns...
173     * --- RemoteProxyPattern
174     *
175     * @link http://c2.com/cgi-bin/wiki?ProxyPattern
176     *
177     * @author Andreas Motl <andreas.motl@ilo.de>
178     * @link http://www.netfrag.org/~joko/
179     *
180     * @copyright (c) 2003 - All Rights reserved.
181     * @license GNU LGPL (GNU Lesser General Public License)
182     * @link http://www.gnu.org/licenses/lgpl.txt
183     *
184     * @package org.netfrag.glib
185     * @name DesignPattern::RemoteProxy
186     *
187     */
188    
189    /**
190     * @todo
191     * <pre>
192   *  x extend options to en-/disable caching via a) session and/or b) database   *  x extend options to en-/disable caching via a) session and/or b) database
193   *    o make feature available via runtime setter-method to these options   *    o make feature available via runtime setter-method to these options
194   *  o use PEAR::Cache for caching purposes!!!   *  o use PEAR::Cache for caching purposes!!!
# Line 167  Line 196 
196   *  o make database connection more flexible to make possible   *  o make database connection more flexible to make possible
197   *      to have different (probably named) proxy databases (besides a "main database")   *      to have different (probably named) proxy databases (besides a "main database")
198   *  o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper?   *  o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper?
199     * </pre>
200   *   *
201   */   */
202    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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