Topics

Function ipTable()

ipTable — Get SQL table name by adding database prefix

Description:

string ipTable ( string $table , [ boolean $as ] )

Get SQL table name by adding database prefix

Package: ImpressPages

Parameters:

string $table SQL table name without prefix.
boolean $as = false SQL "as" keyword to be added.

Return values:

string Actual SQL table name.
comments powered by Disqus