ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:loadbalancer:addconnection

This is an old revision of the document!


addConnection

Applies To

ADOdb Load Balancer

See Also

ADOdbLoadBalancerConnection()
getADODbObject()

Syntax
 bool addConnection(
       object $ADOdbConnection
       )

Description

The method addConnection() adds an ADOdb connection, created by the instantiation of the ADOdbLoadBalancerConnection() class and retrieved by the getADODbObject() method to the load balancer connection pool. Until the connection is added to the pool it cannot be used by the load balancer.


Usage

 
v5/reference/loadbalancer/addconnection.1492390646.txt.gz · Last modified: 2017/04/21 11:37 (external edit)