| [ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 360 lignes (9 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
BD_index_mots:: (14 méthodes):
factory()
BD_index_mots()
getHash()
setHash()
getPoints()
setPoints()
getMotId()
setMotId()
create()
load()
delete()
deleteIndexMotForMotId()
_fetchData()
howManyIndexMotForMotId()
Classe: BD_index_mots - X-Ref
BD_index_mots is a base class for mot business persistence abstraction implementations, and must be| factory($dbParameters = null, $dbOptions = null) X-Ref |
| Pas de description |
| BD_index_mots() X-Ref |
| DB_index_mots 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 |
| getMotId() X-Ref |
| Returns the word ID return: int |
| setMotId($motId) X-Ref |
| Sets the word ID param: int |
| create() X-Ref |
| This method is used to create a new index of words in the database |
| load($motId) X-Ref |
| This method is used to load an index of words from the database param: int $motId ID of word to load |
| delete() X-Ref |
| This method is used to delete the index of words |
| deleteIndexMotForMotId($id_objet) X-Ref |
| This method is used to delete an index of words from the database param: int $id_objet ID of word 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 |
| howManyIndexMotForMotId($id_objet) X-Ref |
| This method is used to count how many index of words exist for a word's ID param: int $id_objet ID of word to see |
| Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |