ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v6:reference:assume_valid_driver

$ADOConnectionDefinitions::assumeValidDriver

Data Type
Boolean
Default Value
False

When the ADOConnection class is instantiated, it processes a number of checks regarding the validity of the driver and options passed. If the configuration provided for the connection is stable, setting this flag will improve performance


Example

$acd = new \ADOdb\ADOConnectionDefinitions;
 
$acd->assumeValidDriver = true;
v6/reference/assume_valid_driver.txt · Last modified: by 127.0.0.1