===== $ADOConnectionDefinitions::assumeValidDriver ==== ~~NOTOC~~ == 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;