buildColumns() public method
Processes columns and properly quotes them if necessary.
It will join all columns into a string with comma as separators.
| public string buildColumns ( $columns ) | ||
|---|---|---|
| $columns | string|array |
The columns to be processed |
| return | string |
The processing result |
Please login to continue.