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