| 24 |
* $Id$ |
* $Id$ |
| 25 |
* |
* |
| 26 |
* $Log$ |
* $Log$ |
| 27 |
|
* Revision 1.24 2003/03/11 04:49:25 joko |
| 28 |
|
* + fixed metadata for phpDocumentor |
| 29 |
|
* |
| 30 |
* Revision 1.23 2003/03/11 04:15:01 joko |
* Revision 1.23 2003/03/11 04:15:01 joko |
| 31 |
* + fixed metadata for phpDocumentor |
* + fixed metadata for phpDocumentor |
| 32 |
* |
* |
| 142 |
* <code> |
* <code> |
| 143 |
* // 1. for doing rpc-calls.... |
* // 1. for doing rpc-calls.... |
| 144 |
* $locator = array( |
* $locator = array( |
| 145 |
* datasource_type => 'rpc', |
* datasource_type =>> 'rpc', |
| 146 |
* [adapter_type => 'phpHtmlLib',] |
* [adapter_type => 'phpHtmlLib',] |
| 147 |
* metadata => array( Host => 'localhost', Port => '8765' ), |
* metadata => array( Host => 'localhost', Port => '8765' ), |
| 148 |
* ); |
* ); |