Public Member Functions | |
__construct ($tRow=null) | |
getModel () | |
save () | |
update () | |
insert () | |
delete () | |
isEmpty () | |
chooseUpdate () | |
getToUpdate () | |
getWhere () | |
__set ($sVar, $sVal) | |
__get ($sVar) | |
__isset ($sVar) | |
__unset ($sVar) | |
setId ($uId) | |
getId () | |
getTab () | |
Protected Attributes | |
$_tProperty =array() | |
$_tPropertyToUpdate | |
classe abstract_row
Definition at line 23 of file abstract_row.php.
__construct | ( | $tRow = null | ) |
constructeur public
Definition at line 33 of file abstract_row.php.
__get | ( | $sVar | ) |
getter
Definition at line 138 of file abstract_row.php.
__isset | ( | $sVar | ) |
isset
Definition at line 147 of file abstract_row.php.
__set | ( | $sVar, | |
$sVal | |||
) |
setter
Definition at line 131 of file abstract_row.php.
__unset | ( | $sVar | ) |
unset
Definition at line 154 of file abstract_row.php.
delete | ( | ) |
supprime la row public
Definition at line 78 of file abstract_row.php.
getModel | ( | ) |
retourne l'objet model public
Definition at line 44 of file abstract_row.php.
getToUpdate | ( | ) |
retourne le tableau contenant les proprietes a mettre a jour public
Definition at line 101 of file abstract_row.php.
getWhere | ( | ) |
retourne le tableau contenant les proprietes id public
Definition at line 115 of file abstract_row.php.
insert | ( | ) |
enregistre la row par insertion public
Definition at line 70 of file abstract_row.php.
isEmpty | ( | ) |
retourne si l'objet est vide ou non (pour verifier suite a une requete par exemple)
Definition at line 86 of file abstract_row.php.
save | ( | ) |
enregistre la row public
Definition at line 52 of file abstract_row.php.
setId | ( | $uId | ) |
force l'id de l'enregistrement
undefined | $uId |
Definition at line 161 of file abstract_row.php.
update | ( | ) |
enregistre la row par update public
Definition at line 63 of file abstract_row.php.