API15:JQuery
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JQuery}}
===Defined in===
librari...) |
|||
| Line 53: | Line 53: | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.query' );</source> | <source lang="php">jimport( 'joomla.database.query' );</source> | ||
Latest revision as of 12:31, 25 March 2010
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 |
[edit] Defined in
libraries/joomla/database/query.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.database.query' );
[Edit See Also] SeeAlso:JQuery
[edit] Examples
<CodeExamplesForm />
