API17

JDatabaseExporterMySQL:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JDatabaseExporterMySQL::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseExporterMySQL::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function __construct ()
public function __construct ()
Line 18: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseExporterMySQL::__construct|Other versions of JDatabaseExporterMySQL::__construct]]
* [[API17:JDatabaseExporterMySQL::__construct|Other versions of JDatabaseExporterMySQL::__construct]]
{{SeeAlso:JDatabaseExporterMySQL::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseExporterMySQL::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseExporterMySQL::__construct
category=JDatabaseExporterMySQL::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:35, 25 March 2017

Joomla 11.1 JDatabaseExporterMySQL::__construct

Description

Constructor.


public function __construct ()
  • Returns
  • Defined on line 60 of libraries/joomla/database/database/mysqlexporter.php

See also


User contributed notes

Code Examples