DB_DataObject::factory()

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

Referentiesamenvatting

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

Beschrijving

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.

Parameter

Return waarde

object mixed - FALSE or the object

Throws

Tabel 34-1. Mogelijke PEAR_Error waarden

Error codeError messageMeaningSolution
DB_DATAOBJECT_ERROR_NOCLASS"could not autoload $class"  

Note

This method can be called statically or dynamically.

Voorbeeld