API17:JDatabaseQueryMySQL::select
From Joomla! Documentation
JDatabaseQueryMySQL::select
Description
public function select ($columns)
Parameter | Type | Default | Description |
---|---|---|---|
$columns | mixed | A string or an array of field names. |
- Returns Returns this object to allow chaining.
- Defined on line 55 of libraries/joomla/database/database/mysqlquery.php
- Since
See also
JDatabaseQueryMySQL::select source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database
- Other versions of JDatabaseQueryMySQL::select
User contributed notes
Code Examples