DB_DataObject::staticGet() (Previous) (Next) ->find()

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

{Child Class}::staticGet()

{Child Class}::staticGet() -- Requête SELECT et mise en cache

Description

La méthode statique est similaire à la requête SELECT, cependant, elle ne nécessite pas l'instanciation de la classe. staticGet() peut optionnellement mettre en cache les résultats. (voir la section configuration)

Paramètres

  • string $key - colonne ou valeur si seulement 1 paramètre est fournit

  • mixed $value - valeur

Valeur retournée

object mixed - FALSE ou l'objet

Note

Cette méthode doit être appelée statiquement.

DB_DataObject::staticGet() (Previous) (Next) ->find()

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.