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

Method GetFields( )

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::GetFields(string $ary)

The method GetFields( ) scans the actual query string and returns the field list which is in the buffer

Example:

Arguments

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