--- nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 02:42:51 1.18 +++ nfo/php/libs/org.netfrag.glib/DataSource/Locator.php 2003/03/11 03:05:01 1.19 @@ -21,9 +21,12 @@ * Cvs-Log: * *
- * $Id: Locator.php,v 1.18 2003/03/11 02:42:51 joko Exp $
+ * $Id: Locator.php,v 1.19 2003/03/11 03:05:01 joko Exp $
  *
  * $Log: Locator.php,v $
+ * Revision 1.19  2003/03/11 03:05:01  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.18  2003/03/11 02:42:51  joko
  * + fixed metadata for phpDocumentor
  *
@@ -123,9 +126,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',]
@@ -133,17 +135,16 @@
  *    );
  *    $source = ne w DataSource::Generic($locator);
  *    $this->set_data_source( &$source );
- *    
+ * 
  *
  *  2. [proposal] for common/oldschool datahandles....
- *    
+ * 
  *    $locator = array(
  *      dsn => 'known dsn markup',
  *    );
  *    $source = ne w DataSource::Generic($locator);
  *    $this->set_data_source( &$source );
- *    
- * 
+ * * * * @@ -171,8 +172,6 @@ * {@see build}, which acts as a dispatcher * depending on $_options[datasource]. (main dispatching level) * - *

- * * The structure of a full blown locator looks like this: * * @@ -204,8 +203,6 @@ * ); * * - *

- * * @deprecated * */