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

Method SetFields( )

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

The method SetFields( ) sets the field list of tehe query The query will be rescanned

Example:

Arguments

  • $ary mixed - <p>the items of the field list as a string array or as a comma-seperated string</p>