API17:JDatabaseQuery::concat
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQuery::concat
Description
Description:JDatabaseQuery::concat [Edit Descripton]
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 521 of libraries/joomla/database/databasequery.php
- Since
See also
-
JDatabaseQuery::concat source code on BitBucket
-
Class JDatabaseQuery
-
Subpackage Database
- Other versions of JDatabaseQuery::concat
SeeAlso:JDatabaseQuery::concat [Edit See Also]
User contributed notes
<CodeExamplesForm />
