->tableName() | ->table() |
DB_DataObject | |
PEAR Manual | |
object $DB_DataObject->database (
string $name
)
Without any argument, it returns the database that the object deals with. With a string, it will set the database for the instance of the object.
This function can not be called statically.
Getting the database name
|
->tableName() | ->table() |
DB_DataObject | |
PEAR Manual | |