JavaScript Editor Javascript validator     Web page editor 



->tableName()

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

Synopsis

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

Description

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

This function can not be called statically.

Example




JavaScript Editor Javascript validator     Web page editor