API17

Difference between revisions of "JDatabaseQueryElementMySQLi"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
 
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JDatabaseQueryElementMySQLi::__construct/11.1|__construct]]
+
|[[API17:JDatabaseQueryElementMySQLi::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/database/database/mysqliquery.php
 
* '''Defined in''' libraries/joomla/database/database/mysqliquery.php
* '''Extends''' [[JDatabaseQueryElement/11.1|JDatabaseQueryElement]]
+
* '''Extends''' [[API17:JDatabaseQueryElement|JDatabaseQueryElement]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.database.mysqliquery' );</source>
 
<source lang="php">jimport( 'joomla.database.database.mysqliquery' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDatabaseQueryElementMySQLi source code''' on [[jplatform:database/database/mysqliquery.php|BitBucket]]
 
* {{JVer|11.1}} '''JDatabaseQueryElementMySQLi source code''' on [[jplatform:database/database/mysqliquery.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JDatabaseQueryElementMySQLi|Other versions of JDatabaseQueryElementMySQLi]]
+
* [[API17:JDatabaseQueryElementMySQLi|Other versions of JDatabaseQueryElementMySQLi]]
 
{{SeeAlso:JDatabaseQueryElementMySQLi}}
 
{{SeeAlso:JDatabaseQueryElementMySQLi}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDatabaseQueryElementMySQLi]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:15, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseQueryElementMySQLi[edit]

Description[edit]

Template:Description:JDatabaseQueryElementMySQLi [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.

Importing[edit]

jimport( 'joomla.database.database.mysqliquery' );

See also[edit]

Template:SeeAlso:JDatabaseQueryElementMySQLi [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />