/[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.7 by joko, Wed Mar 5 17:13:16 2003 UTC revision 1.8 by joko, Sun Mar 9 15:50:36 2003 UTC
# Line 21  Line 21 
21   * $Id$   * $Id$
22   *   *
23   * $Log$   * $Log$
24     * Revision 1.8  2003/03/09 15:50:36  joko
25     * + additional metadata for Autodia
26     *
27   * Revision 1.7  2003/03/05 17:13:16  joko   * Revision 1.7  2003/03/05 17:13:16  joko
28   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
29   *   *
# Line 101  Line 104 
104   *      [adapter_type => 'phpHtmlLib',]   *      [adapter_type => 'phpHtmlLib',]
105   *      metadata => array( Host => 'localhost', Port => '8765' ),   *      metadata => array( Host => 'localhost', Port => '8765' ),
106   *    );   *    );
107   *    $source = new DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
108   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
109   *    </code>   *    </code>
110   *   *
# Line 110  Line 113 
113   *    $locator = array(   *    $locator = array(
114   *      dsn => 'known dsn markup',   *      dsn => 'known dsn markup',
115   *    );   *    );
116   *    $source = new DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
117   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
118   *    </code>   *    </code>
119   *   *

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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