->get() (Previous) (Next) {Child Class}::staticGet()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_DataObject::staticGet()

DB_DataObject::staticGet() -- Simple Get (Select) request, abbreviated and Autoload.

Descripción

Aviso

This method is depreciated, it is recommended to use ::factory() and ->get()

The static method is a combination of factory and get(). staticGet() will cache the returned data in a global variable for quick access within the same request (any data modification query will clear the cache).

Parámetro

  • string $class - class name

  • string $key - column (or value if only 2 paramaters are given)

  • mixed $value - value

Valor devuelto

object mixed - FALSE or the object

Nota

This method must be called statically.

->get() (Previous) (Next) {Child Class}::staticGet()

Download Documentation Last updated: Sun, 01 Jul 2007
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.