[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/ecrire/include/bd/ -> index_dico.php (sommaire)

(pas de description)

Poids: 411 lignes (9 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

BD_index_dico:: (13 méthodes):
  factory()
  BD_index_dico()
  getHash()
  setHash()
  getDico()
  setDico()
  create()
  load()
  delete()
  _fetchData()
  addDico()
  composeResearchInIndex()
  getDicoFromHash()


Classe: BD_index_dico  - X-Ref

BD_index_dico is a base class for dico business persistence abstraction implementations, and must be
inherited by all such.

factory($dbParameters = null, $dbOptions = null)   X-Ref
Pas de description

BD_index_dico()   X-Ref
DB_index_dico constructor.


getHash()   X-Ref
Returns the hash's value

return: int

setHash($hash)   X-Ref
Sets the hash's value

param: int

getDico()   X-Ref
Returns the character string required

return: String

setDico($dico)   X-Ref
Sets the character string required

param: String

create()   X-Ref
This method is used to create a new character string required in the database


load($dico)   X-Ref
This method is used to load a character string required from the database

param: String $dico the character string required to load

delete()   X-Ref
This method is used to delete the dictionary


_fetchData($row)   X-Ref
This method is used to fetch result set fields into the object fields

param: int $row the row to fetch

addDico($mots = array()   X-Ref
This method is used to add a character string required from the database ignoring the Key value of the table


composeResearchInIndex($dico)   X-Ref
This method is used to compose a research in the dictionary

param: String $dico the character string required to load

getDicoFromHash($hash)   X-Ref

param: String $hash



Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7