->tableName()

->tableName() -- Get or set the table name of an object

Referentiesamenvatting

object $DB_DataObject->tableName ([string $name])

Beschrijving

Without any argument, it returns the table name that the object deals with. With a string, it will set the table name for the instance of the object.

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld