API15:JQuery
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.
[Edit Descripton] Description:JQuery
Contents |
Defined in
libraries/joomla/database/query.php
Methods
| Method name | Description |
|---|---|
| select | |
| from | |
| join | |
| innerJoin | |
| outerJoin | |
| leftJoin | |
| rightJoin | |
| where | |
| group | |
| having | |
| order | |
| __toString | string The completed query |
| toString | string The completed query |
Importing
jimport( 'joomla.database.query' );
[Edit See Also] SeeAlso:JQuery
Examples
<CodeExamplesForm />
