->table()

->table() -- Get or set the table schema

Referentiesamenvatting

object $DB_DataObject->table ([array $schema])

Beschrijving

Without any argument, it returns the table schema that the object deals with. With an array, it will set the table schema for the instance of the object.

The default schema is normally stored in the database.ini file described in the Autobuilding section.

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld