| 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> |
| 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 |
* |
* |
| 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 |
* |
* |
| 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 |
* |
* |