--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 03:23:36 1.21 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 04:03:54 1.22 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.21 2003/03/11 03:23:36 joko Exp $
+ * $Id: Locator.php,v 1.22 2003/03/11 04:03:54 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.22  2003/03/11 04:03:54  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.21  2003/03/11 03:23:36  joko
  * + fixed metadata for phpDocumentor
  *
@@ -94,7 +97,6 @@
 /**
  * It helps DataSource::Generic working in different "operation modes".
  *
- * 

* Modes: (these are proposals, more or less...) * o Pass-Through-Reference: php Object will get passed through all layers * o Pass-Through-Memory: reference to a memory area will get used @@ -102,7 +104,6 @@ * o Use-Locator: directly use DataSource::Locator instance passed in * o Merge-Locators: merge metadata of two or more DataSource::Locator instances * o Build-AutoLocator: use global constants making up our metadata - *

* * It can/should contain: * (flexible, just some parameters are required for each operation mode) @@ -132,8 +133,8 @@ * This module takes care of the rest. * Pass an array to the constructor: (e.g.) * - * 1. for doing rpc-calls.... * + * // 1. for doing rpc-calls.... * $locator = array( * datasource_type => 'rpc', * [adapter_type => 'phpHtmlLib',] @@ -143,8 +144,8 @@ * $this->set_data_source( &$source ); * * - * 2. [proposal] for common/oldschool datahandles.... * + * // 2. [proposal] for common/oldschool datahandles.... * $locator = array( * dsn => 'known dsn markup', * );