--- nfo/php/libs/org.netfrag.glib/DesignPattern/RemoteProxy.php 2003/03/05 16:32:19 1.4 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/RemoteProxy.php 2003/03/05 17:02:22 1.5 @@ -12,9 +12,12 @@ * *
  * -------------------------------------------------------------------------
- *    $Id: RemoteProxy.php,v 1.4 2003/03/05 16:32:19 joko Exp $
+ *    $Id: RemoteProxy.php,v 1.5 2003/03/05 17:02:22 joko Exp $
  * -------------------------------------------------------------------------
  *    $Log: RemoteProxy.php,v $
+ *    Revision 1.5  2003/03/05 17:02:22  joko
+ *    updated docu (phpDocumentor testing....)
+ *
  *    Revision 1.4  2003/03/05 16:32:19  joko
  *    updated docu (phpDocumentor testing....)
  *
@@ -206,13 +209,13 @@
  *
  * @todo
  * 
- *  x extend options to en-/disable caching via a) session and/or b) database
- *    o make feature available via runtime setter-method to these options
- *  o use PEAR::Cache for caching purposes!!!
- *  o refactor database access: use PEAR for this! no more 'connectdb' here!!!
- *  o make database connection more flexible to make possible
- *      to have different (probably named) proxy databases (besides a "main database")
- *  o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper?
+ * x extend options to en-/disable caching via a) session and/or b) database
+ *   o make feature available via runtime setter-method to these options
+ * o use PEAR::Cache for caching purposes!!!
+ * o refactor database access: use PEAR for this! no more 'connectdb' here!!!
+ * o make database connection more flexible to make possible
+ *     to have different (probably named) proxy databases (besides a "main database")
+ * o rename this to Data::Proxy? or split into Data::Query, Data::Result and Data::Wrapper?
  * 
* */