JDatabaseQueryElement: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/databasequery.php | libraries/joomla/database/databasequery.php | ||
| Line 23: | Line 21: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQueryElement | category=JDatabaseQueryElement | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:30, 25 March 2017
Defined in
libraries/joomla/database/databasequery.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| __toString | |
| append | Appends element parts to the internal list. |
Importing
jimport( 'joomla.database.databasequery' );
Examples
Code Examples