| 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 |
| 34 |
|
* + fixed metadata for phpDocumentor |
| 35 |
|
* |
| 36 |
* Revision 1.24 2003/03/11 04:49:25 joko |
* Revision 1.24 2003/03/11 04:49:25 joko |
| 37 |
* + fixed metadata for phpDocumentor |
* + fixed metadata for phpDocumentor |
| 38 |
* |
* |
| 151 |
* <code> |
* <code> |
| 152 |
* // 1. for doing rpc-calls.... |
* // 1. for doing rpc-calls.... |
| 153 |
* $locator = array( |
* $locator = array( |
| 154 |
* datasource_type =>> '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 |
* ); |
* ); |