final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts])
Gets a list of columns with escaped identifiers
echo $dialect->getColumnList(array('column1', 'column'));
final public getColumnList (array $columnList, [mixed $escapeChar], [mixed $bindCounts])
Gets a list of columns with escaped identifiers
echo $dialect->getColumnList(array('column1', 'column'));
Please login to continue.