->validate() | ->database() |
DB_DataObject | |
PEAR Manual | |
object $DB_DataObject->tableName (
string $name
)
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.
This function can not be called statically.
getting and setting the tablename
|
->validate() | ->database() |
DB_DataObject | |
PEAR Manual | |