[ 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/ -> extranaute.php (sommaire)

(pas de description)

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

Définit 1 class

BD_extranaute:: (41 méthodes):
  factory()
  BD_extranaute()
  getExtranauteId()
  setExtranauteId()
  getNom()
  setNom()
  getEmail()
  setEmail()
  getLogin()
  setLogin()
  getPass()
  setPass()
  getMaj()
  setMaj()
  getHtpass()
  setHtpass()
  getExtra()
  setExtra()
  getIsLoaded()
  setIsLoaded()
  getUrl()
  create()
  delete()
  update()
  load()
  _fetchData()
  deleteMajDate()
  deleteAllExtranauteIdsExceptExtranauteIds()
  getAllExceptExtranauteIds()
  getAllExtranauteId()
  getAllForLogin()
  getAllForEmail()
  getAllForRubriqueIds()
  getAllForRubriqueId()
  getAllForLeafId()
  getAllForExtranauteIds()
  getAllExtranautes()
  getAllInfosForDisplay()
  getAllForLoginAndNotExtranauteId()
  getAllForLoginAndPass()
  createIgnore()


Classe: BD_extranaute  - X-Ref

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

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

BD_extranaute()   X-Ref
DB_extranaute constructor.


getExtranauteId()   X-Ref
Returns the Author's ID

return: int

setExtranauteId($extranauteId)   X-Ref
Sets the Author's ID

param: int

getNom()   X-Ref
Returns the Author's Name

return: String

setNom($nom)   X-Ref
Sets the Author's Name

param: String

getEmail()   X-Ref
Returns the Author Email

return: String

setEmail($email)   X-Ref
Sets the Author Email

param: String

getLogin()   X-Ref
Returns the Author's Login

return: String

setLogin($login)   X-Ref
Sets the Author's Login

param: String

getPass()   X-Ref
Returns the Author's Password

return: String

setPass($pass)   X-Ref
Sets the Author's Password

param: String

getMaj()   X-Ref
Returns the last update

return: Date

setMaj($maj)   X-Ref
Sets the last update

param: Date

getHtpass()   X-Ref
Returns the Author's HtPassword

return: String

setHtpass($htpass)   X-Ref
Sets the Author's HtPassword

param: String

getExtra()   X-Ref
Returns the Extra

return: String

setExtra($extra)   X-Ref
Sets the Extra

param: String

getIsLoaded()   X-Ref
Pas de description

setIsLoaded($isLoaded)   X-Ref
Pas de description

getUrl()   X-Ref
Pas de description

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


delete($extranauteId)   X-Ref
This method is used to delete an author from the database

param: int $idExtranaute id of author to delete

update()   X-Ref
This method is used to update this author in the database


load($extranauteId)   X-Ref
This method is used to load an author from the database

param: int $idExtranaute id of author to load

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

param: $row    resultset row

deleteMajDate($mydate)   X-Ref
This method is used to delete all extranautes former to mydate


deleteAllExtranauteIdsExceptExtranauteIds($extranautes)   X-Ref
Pas de description

getAllExceptExtranauteIds($lesExtranautes)   X-Ref
Returns an array of Extranautes.

param: $lesExtranautes
return: an array of Extranautes

getAllExtranauteId()   X-Ref
Pas de description

getAllForLogin($login)   X-Ref
Returns an array of Extranautes.

param: $login
return: an array of Extranautes

getAllForEmail($email)   X-Ref
Returns an array of Extranautes.

param: $email
return: an array of Extranautes

getAllForRubriqueIds($articles)   X-Ref
Returns an array of Extranautes.

param: $rubriques
return: Array of Extranautes

getAllForRubriqueId($rubriqueId)   X-Ref
Returns an array of Extranautes.

param: $rubriqueId
return: an array of Extranautes

getAllForLeafId($rubriqueId)   X-Ref
Returns an array of Extranautes.

param: $rubriqueId
return: an array of Extranautes

getAllForExtranauteIds($les_extranautes, $critere)   X-Ref
Returns an array of Extranautes.

param: $les_extranautes
param: $critere
return: an array of Extranautes

getAllExtranautes()   X-Ref
Returns an array of Extranautes.

return: an array of Extranautes

getAllInfosForDisplay(&$extranautes, &$nombre_extranautes)   X-Ref
get All infos for display list of writters.

param: $extranautes
param: $nombre_extranautes
return: extranautes and nombre_extranautes

getAllForLoginAndNotExtranauteId($login, $id_extranaute)   X-Ref
Returns an array of Extranautes.

param: $login
param: $id_extranaute
return: an array of Extranautes

getAllForLoginAndPass($login, $pass)   X-Ref
Returns an array of Extranautes.

param: $login
param: $pass
return: an array of Extranautes

createIgnore()   X-Ref
Pas de description



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