generateTableName() public method
Generates the table name by considering table prefix.
If $useTablePrefix is false, the table name will be returned without change.
| public string generateTableName ( $tableName ) | ||
|---|---|---|
| $tableName | string |
The table name (which may contain schema prefix) |
| return | string |
The generated table name |
Please login to continue.