/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Locator.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Locator.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by joko, Tue Mar 11 16:28:25 2003 UTC revision 1.27 by joko, Tue Mar 11 16:44:59 2003 UTC
# Line 24  Line 24 
24   * $Id$   * $Id$
25   *   *
26   * $Log$   * $Log$
27     * Revision 1.27  2003/03/11 16:44:59  joko
28     * + fixed metadata for phpDocumentor
29     *
30     * Revision 1.26  2003/03/11 16:41:47  joko
31     * + fixed metadata for phpDocumentor
32     *
33   * Revision 1.25  2003/03/11 16:28:25  joko   * Revision 1.25  2003/03/11 16:28:25  joko
34   * + fixed metadata for phpDocumentor   * + fixed metadata for phpDocumentor
35   *   *
# Line 143  Line 149 
149   * Pass an array to the constructor: (e.g.)   * Pass an array to the constructor: (e.g.)
150   *   *
151   * <code>   * <code>
  * <?php  
152   *    // 1. for doing rpc-calls....   *    // 1. for doing rpc-calls....
153   *    $locator = array(   *    $locator = array(
154   *      datasource_type =&gt;&gt; 'rpc',   *      datasource_type =>> 'rpc',
155   *      [adapter_type => 'phpHtmlLib',]   *      [adapter_type => 'phpHtmlLib',]
156   *      metadata => array( Host => 'localhost', Port => '8765' ),   *      metadata => array( Host => 'localhost', Port => '8765' ),
157   *    );   *    );
158   *    $source = ne w DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
159   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
  * ?>  
160   * </code>   * </code>
161   * <code>   * <code>
  * <?php  
162   *    // 2. [proposal] for common/oldschool datahandles....   *    // 2. [proposal] for common/oldschool datahandles....
163   *    $locator = array(   *    $locator = array(
164   *      dsn => 'known dsn markup',   *      dsn => 'known dsn markup',
165   *    );   *    );
166   *    $source = ne w DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
167   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
  * ?>  
168   * </code>   * </code>
169   *   *
170   *   *

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.27

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