API17

JDatabaseMySQLImporter:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 10: Line 10:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabaseMySQLImporter->__construct ()
public JDatabaseMySQLImporter::__construct ()
</source>
</source>
===Returns===
===Returns===


===Defined in===
===Defined in===
libraries/joomla/database/database/mysqlimporter.php
libraries/joomla/database/database/mysqlimporter.php (line 59)
* see source code in [[jplatform:database/database/mysqlimporter.php#cl-59|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:14, 24 April 2011

Joomla 11.1 JDatabaseMySQLImporter::__construct

Description

Constructor.

Template:Description:JDatabaseMySQLImporter:: construct [Edit Descripton]

Synopsis

public JDatabaseMySQLImporter::__construct ()

Returns

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 59)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter:: construct

Examples

<CodeExamplesForm />