DB_DataObject::factory()

DB_DataObject::factory() -- Autoload and instantate class based on table name.

Synopsis

mixed DB_DataObject::factory ([string $table])

Opis

This is the recommended way to autoload a class, and instantate it. The class is loaded based on the configuration settings (class_location and class_prefix) for table to class naming.

Parametr

Zwracana wartość

object mixed - FALSE or the object

Wyjątki

Tabela 35-1. Możliwe wartości PEAR_Error

Error codeError messageMeaningSolution
DB_DATAOBJECT_ERROR_NOCLASS"could not autoload $class"  

Uwagi

This method can be called statically or dynamically.

Przykład