pub rstoetter cSmartSqlStatement cSmartSqlStatement::AddField() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method AddField( ) - of API Reference pub

 public   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::AddField(string $new_field)
  • Namespace : rstoetter\cSmartSqlStatement
  • Class name: cSmartSqlStatement
  • This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement

The method AddField( ) adds a field to the field list and rescans the actual query string

Example:

Arguments

  • $new_field string - <p>the field to add to the field list</p>