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

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

{Child Class}::staticGet()

{Child Class}::staticGet() -- Simple Get (Select) request, abbreviated (autogenerated)

Beschrijving

The static method is similar to the get request, however it does not require the initial instantiation of the class. staticGet() can optionally cache the results. (see the configuration section)

Parameter

  • string $key - column or value if only one parameter is given

  • mixed $value - value

Return waarde

object mixed - FALSE or the object

Note

This method must be called statically.

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

Download Documentation Last updated: Mon, 02 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.