Function ipTable()
Description:
string
ipTable
(
string
$table
,
[
boolean
$as
]
)
Get SQL table name by adding database prefix
Package: ImpressPagesParameters:
string |
$table |
SQL table name without prefix. |
boolean |
$as = false |
SQL "as" keyword to be added. |
Return values:
string
|
Actual SQL table name. |