{Child Class}::staticGet()

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

Synopsis

object {Child Class}::staticGet (mixed $key or $value [, mixed $value])

Beschreibung

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

Rückgabewert

object mixed - FALSE or the object

Fehler-Meldungen

Tabelle 34-1. Mögliche Fehler-Arten

Error codeError messageMeaningSolution
DB_DATAOBJECT_ERROR_NOCLASS„could not autoload $class“  
DB_DATAOBJECT_ERROR_NOCLASS„Error creating $newclass“  
DB_DATAOBJECT_ERROR_NODATA„No Data return from get $key $value“  

Hinweise

This method must be called statically.

Beispiel