[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 442 lignes (10 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
BD_index_auteurs:: (14 méthodes):
factory()
BD_index_auteurs()
getHash()
setHash()
getPoints()
setPoints()
getAuteurId()
setAuteurId()
create()
load()
delete()
deleteIndexAuteurForAuteurId()
_fetchData()
howManyIndexAuteurForAuteurId()
Classe: BD_index_auteurs - X-Ref
BD_index_auteurs is a base class for auteur business persistence abstraction implementations, and must befactory($dbParameters = null, $dbOptions = null) X-Ref |
Pas de description |
BD_index_auteurs() X-Ref |
DB_index_auteurs constructor. |
getHash() X-Ref |
Returns the hash's value return: int |
setHash($hash) X-Ref |
Sets the hash's value param: int |
getPoints() X-Ref |
Returns the points' value return: int |
setPoints($points) X-Ref |
Sets the points' value param: int |
getAuteurId() X-Ref |
Returns the author ID return: int |
setAuteurId($auteurId) X-Ref |
Sets the author ID param: int |
create() X-Ref |
This method is used to create a new index of authors in the database |
load($auteurId) X-Ref |
This method is used to load an index of authors from the database param: int $auteurId ID of authors to load |
delete() X-Ref |
This method is used to delete the index of authors |
deleteIndexAuteurForAuteurId($id_objet) X-Ref |
This method is used to delete an index of authors from the database param: int $id_objet ID of authors to delete |
_fetchData($row) X-Ref |
This method is used to fetch result set fields into the object fields param: int $row the row to fetch |
howManyIndexAuteurForAuteurId($id_objet) X-Ref |
This method is used to count how many index of authors exist for an author's ID param: int $id_objet ID of authors to see |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |