API17

JDatabaseMySQL:: destruct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabaseMySQL->__destruct ()
public JDatabaseMySQL::__destruct ()
</source>
</source>
===Returns===
===Returns===
boolean
boolean
===Defined in===
===Defined in===
libraries/joomla/database/database/mysql.php
libraries/joomla/database/database/mysql.php (line 91)
* see source code in [[jplatform:database/database/mysql.php#cl-91|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:12, 24 April 2011

Joomla 11.1 JDatabaseMySQL::__destruct

Description

Database object destructor.

Template:Description:JDatabaseMySQL:: destruct [Edit Descripton]

Since

Joomla 11.1

Synopsis

public JDatabaseMySQL::__destruct ()

Returns

boolean

Defined in

libraries/joomla/database/database/mysql.php (line 91)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQL:: destruct

Examples

<CodeExamplesForm />