factory for database connector and other db utilities
Located in /db/jDb.class.php (line 110)
clear the loaded profiles to force to reload the db profiles file.
WARNING: it closes all opened connections !
create a temporary new profile
perform a convertion float to str. It takes care about the decimal separator which should be a '.' for SQL. Because when doing a native convertion float->str, PHP uses the local decimal separator, and so, we don't want that.
return a database connector. It uses a temporay pool of connection to reuse currently opened connections.
create a new jDbWidget
load properties of a connector profile
a profile is a section in the profiles.ini.php file
the given name can be a profile name (it should correspond to a section name in the ini file), or an alias of a profile. An alias is a parameter name in the global section of the ini file, and the value of this parameter should be a profile name.
instancy a jDbTools object. Use jDbConnection::tools() instead.
create a connector. internal use (callback method for jProfiles)
call it to test a profile (during an install for example)
Documentation generated on Mon, 26 Oct 2015 21:53:09 +0100 by phpDocumentor 1.4.3