factory for database connector and other db utilities
Located in /db/jDb.class.php (line 27)
return a database connector Use a local pool.
create a new jDbWidget
load properties of a connector profil
a profil is a section in the dbprofils.ini.php file
with getProfil('myprofil') (or getProfil('myprofil', false)), you get the profil which has the name "myprofil". this name should correspond to a section name in the ini file
with getProfil('myprofiltype',true), it will search a parameter named 'myprofiltype' in the ini file. This parameter should contains a profil name, and the corresponding profil will be loaded.
with getProfil(), it will load the default profil, (so the profil of "default" type)
instancy a jDbTools object
call it to test a profil (during an install for example)
Documentation generated on Wed, 07 Sep 2011 13:47:10 +0200 by phpDocumentor 1.4.3