API17:JDatabaseQueryMySQL::concat
From Joomla! Documentation
JDatabaseQueryMySQL::concat
Description
public function concat (
$fields
$separator=null
)
Parameter | Type | Default | Description |
---|---|---|---|
$fields | array | $fields | |
$separator | string | null | separator |
- Returns String concantenaation of all the fields
- Defined on line 447 of libraries/joomla/database/database/mysqlquery.php
- Since
See also
JDatabaseQueryMySQL::concat source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database
- Other versions of JDatabaseQueryMySQL::concat
User contributed notes
Code Examples