/[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.9 by joko, Mon Mar 10 22:31:55 2003 UTC
# Line 12  Line 12 
12   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
13   * @package org.netfrag.glib   * @package org.netfrag.glib
14   * @name DataSource::Locator   * @name DataSource::Locator
  * @filesource  
15   *   *
16   *   *
17   * <b>Cvs-Log:</b>   * <b>Cvs-Log:</b>
# Line 21  Line 20 
20   * $Id$   * $Id$
21   *   *
22   * $Log$   * $Log$
23     * Revision 1.9  2003/03/10 22:31:55  joko
24     * + fixed metadata for phpDocumentor
25     *
26     * Revision 1.8  2003/03/09 15:50:36  joko
27     * + additional metadata for Autodia
28     *
29   * Revision 1.7  2003/03/05 17:13:16  joko   * Revision 1.7  2003/03/05 17:13:16  joko
30   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
31   *   *
# Line 101  Line 106 
106   *      [adapter_type => 'phpHtmlLib',]   *      [adapter_type => 'phpHtmlLib',]
107   *      metadata => array( Host => 'localhost', Port => '8765' ),   *      metadata => array( Host => 'localhost', Port => '8765' ),
108   *    );   *    );
109   *    $source = new DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
110   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
111   *    </code>   *    </code>
112   *   *
# Line 110  Line 115 
115   *    $locator = array(   *    $locator = array(
116   *      dsn => 'known dsn markup',   *      dsn => 'known dsn markup',
117   *    );   *    );
118   *    $source = new DataSource::Generic($locator);   *    $source = ne w DataSource::Generic($locator);
119   *    $this->set_data_source( &$source );   *    $this->set_data_source( &$source );
120   *    </code>   *    </code>
121   *   *

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

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