getRawTableName() public method
Returns the actual name of a given table name.
This method will strip off curly brackets from the given table name and replace the percentage character '%' with yii\db\Connection::$tablePrefix.
public string getRawTableName ( $name ) | ||
---|---|---|
$name | string |
The table name to be converted |
return | string |
The real name of the given table name |
Please login to continue.