cSmartSqlStatement::SetTableNames() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method SetTableNames( )
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::SetTableNames(mixed $ary)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by rstoetter\cSmartSqlStatement\cSmartSqlStatement
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>