ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:proxy

This is an old revision of the document!


Proxy

See Also

ADOdb Proxy Server

Specification
Driver Nameproxy
Alternate Namecsv
Data Providerproxy
StatusActive1)
WindowsYes
UnixYes
ADOdb V5Yes
ADOdb V6Yes

Description

The proxy driver is the client-side driver used by the ADOdb Proxy Server. Prior to ADOdb version 5.21, the csv and proxy drivers could be used interchangeably, but since 5.21, enhancements and fixes are only applied to the proxy driver, and only that one should be used.


Usage

$db = newAdoConnection('proxy');
$db->connect('http://127.0.0.1/files/server.php');
1)
This driver is actively supported by ADOdb project members
v5/database/proxy.1574909048.txt.gz · Last modified: 2019/11/28 03:44 by peterdd