| [ 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_breves:: (14 méthodes):
factory()
BD_index_breves()
getHash()
setHash()
getPoints()
setPoints()
getBreveId()
setBreveId()
create()
load()
delete()
deleteIndexBreveForBreveId()
_fetchData()
howManyIndexBreveForBreveId()
Classe: BD_index_breves - X-Ref
BD_index_breves is a base class for breve business persistence abstraction implementations, and must be| factory($dbParameters = null, $dbOptions = null) X-Ref |
| Pas de description |
| BD_index_breves() X-Ref |
| DB_index_breves 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 |
| getBreveId() X-Ref |
| Returns the breve ID return: int |
| setBreveId($breveId) X-Ref |
| Sets the breve ID param: Date |
| create() X-Ref |
| This method is used to create a new index of breve in the database |
| load($breveId) X-Ref |
| This method is used to load an index of breve from the database param: int $breveId ID of breve to load |
| delete() X-Ref |
| This method is used to delete the index of breve |
| deleteIndexBreveForBreveId($id_objet) X-Ref |
| This method is used to delete an index of breve from the database param: int $id_objet ID of breve 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 |
| howManyIndexBreveForBreveId($id_objet) X-Ref |
| This method is used to count how many index of breve exist for a breve's ID param: int $id_objet ID of syndication to see |
| Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |