Public Member Functions | |
setClassRow ($sClassRow) | |
chooseConfig ($sConfig) | |
setConfig ($tConfig) | |
getRequete () | |
bind ($tReq) | |
getInsertFromTab ($tProperty) | |
getUpdateFromTab ($tProperty) | |
setId ($tId) | |
getWhereFromTab ($tId) | |
erreur ($sErreur) | |
Static Protected Member Functions | |
static | _getInstance ($class, $sConfig) |
Protected Attributes | |
$_tConfig | |
$_sConfig | |
$_sClassRow | |
$_pDb | |
$_sReq | |
$_tId | |
classe abstract_sgbd
Definition at line 23 of file abstract_sgbd.php.
|
staticprotected |
bind | ( | $tReq | ) |
Fusionne la requete et ses parametres
array | $tReq |
Definition at line 80 of file abstract_sgbd.php.
chooseConfig | ( | $sConfig | ) |
choisit le profile de connection
string | $sConfig |
Definition at line 60 of file abstract_sgbd.php.
getRequete | ( | ) |
retourne la requete
Definition at line 73 of file abstract_sgbd.php.
setClassRow | ( | $sClassRow | ) |
force la classe row public
string | $sClassRow |
Definition at line 53 of file abstract_sgbd.php.
setConfig | ( | $tConfig | ) |
definir le tableau de connection
array | $tConfig |
Definition at line 67 of file abstract_sgbd.php.