cSmartSqlStatement::SetTableNames() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method SetTableNames( )

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetTableNames(mixed $ary)

The method SetTableNames( ) sets the table names of the query The query will be rescanned

Example:

Arguments

  • $ary mixed - <p>the table names as an array of strings or as a comma-seperated string</p>