--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 03:17:37 1.20 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 03:23:36 1.21 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.20 2003/03/11 03:17:37 joko Exp $
+ * $Id: Locator.php,v 1.21 2003/03/11 03:23:36 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.21  2003/03/11 03:23:36  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.20  2003/03/11 03:17:37  joko
  * + fixed metadata for phpDocumentor
  *
@@ -176,9 +179,9 @@
     * depending on $_options[datasource]. 
* (main dispatching level) * + *
     * The structure of a full blown locator looks like this:
-    *
-    * 
+    * 
     *  $locator = array(
     *    type => '',
     *    metadata => array(
@@ -186,14 +189,17 @@
     *    ),
     *    [dsn => ''],
     *  );
-    * 
+ *
+ *
* * Example 1 - data is inside a rdbms, using a dsn to connect to it: - *

+    * 
+    * 
     *  $locator = array(
     *    dsn => 'mysql://username:password@localhost/database',
     *  );
-    * 
+ *
+ * * * Example 2 - data is inside an odbms, reachable by doing remote procedure calls (rpc): *