/[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.4 by joko, Wed Mar 5 16:32:19 2003 UTC revision 1.6 by joko, Wed Mar 5 17:28:43 2003 UTC
# Line 15  Line 15 
15   *    $Id$   *    $Id$
16   * -------------------------------------------------------------------------   * -------------------------------------------------------------------------
17   *    $Log$   *    $Log$
18     *    Revision 1.6  2003/03/05 17:28:43  joko
19     *    updated docu (phpDocumentor testing....)
20     *
21     *    Revision 1.5  2003/03/05 17:02:22  joko
22     *    updated docu (phpDocumentor testing....)
23     *
24   *    Revision 1.4  2003/03/05 16:32:19  joko   *    Revision 1.4  2003/03/05 16:32:19  joko
25   *    updated docu (phpDocumentor testing....)   *    updated docu (phpDocumentor testing....)
26   *   *
# Line 201  loadModule('DesignPattern::Proxy'); Line 207  loadModule('DesignPattern::Proxy');
207   * @link http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
208   *   *
209   * @package org.netfrag.glib   * @package org.netfrag.glib
210     * @subpackage DesignPattern
211   * @name DesignPattern::RemoteProxy   * @name DesignPattern::RemoteProxy
212   *   *
213   *   *
214   * @todo   * @todo
215   * <pre>   * <pre>
216   *  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
217   *    o make feature available via runtime setter-method to these options   *   o make feature available via runtime setter-method to these options
218   *  o use PEAR::Cache for caching purposes!!!   * o use PEAR::Cache for caching purposes!!!
219   *  o refactor database access: use PEAR for this! no more 'connectdb' here!!!   * o refactor database access: use PEAR for this! no more 'connectdb' here!!!
220   *  o make database connection more flexible to make possible   * o make database connection more flexible to make possible
221   *      to have different (probably named) proxy databases (besides a "main database")   *     to have different (probably named) proxy databases (besides a "main database")
222   *  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?
223   * </pre>   * </pre>
224   *   *
225   */   */

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

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