ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:loadbalancer:addconnection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:reference:loadbalancer:addconnection [2017/04/20 02:34] mnewnhamv5:reference:loadbalancer:addconnection [2017/04/21 11:50] – external edit 127.0.0.1
Line 16: Line 16:
  
 Note that a connection to the database is not established until the first command is executed. Note that a connection to the database is not established until the first command is executed.
 +
 +The method returns true if the connection is successfully added to the pool, or false if an error occurs.
 --------------------------- ---------------------------
 ===== Usage ==== ===== Usage ====
 <code php> <code php>
-$db = new ADOdbLoadBalancer();+$db = new ADOdbLoadBalancer;
  
 $driver = 'mysqli'; $driver = 'mysqli';
v5/reference/loadbalancer/addconnection.txt · Last modified: 2017/04/25 01:08 by mnewnham