API16

JDatabaseQueryElement: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JDatabaseQueryElement}...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JDatabaseQueryElement|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JDatabaseQueryElement}}
===Defined in===
===Defined in===
libraries/joomla/database/databasequery.php
libraries/joomla/database/databasequery.php
Line 21: Line 16:
|Appends element parts to the internal list.
|Appends element parts to the internal list.
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.database.databasequery' );</source>
<source lang="php">jimport( 'joomla.database.databasequery' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElement|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JDatabaseQueryElement}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JDatabaseQueryElement
  category=JDatabaseQueryElement
  category=CodeExample
  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