dev rstoetter cSmartSqlStatement cSmartSqlStatement::AddTable() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method AddTable( ) - of API Reference dev
public mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddTable(string $table_name)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method AddTable( ) adds a table name $table_name to the list of tables after the FROM in the statement the whole statement will be rescanned
Example:
Arguments
- $table_name string - <p>the table name to add</p>