API17

JDatabaseMySQLImporter:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


{{subst:Description:JDatabaseMySQLImporter::__construct}}
 


===Synopsis===
===Synopsis===
Line 20: Line 20:
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]]
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]]
* [[API17:JDatabaseMySQLImporter::__construct|Other versions of this method]]
* [[API17:JDatabaseMySQLImporter::__construct|Other versions of this method]]
{{subst:SeeAlso:JDatabaseMySQLImporter::__construct}}
 
===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLImporter::__construct
category=JDatabaseMySQLImporter::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:39, 25 March 2017

Joomla 11.1 JDatabaseMySQLImporter::__construct

Description

Constructor.


Synopsis

public JDatabaseMySQLImporter::__construct ()

Returns

Defined in

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

Referenced by

See also

Examples

Code Examples