API17

Difference between revisions of "JDatabaseMySQLExporter::setDbo"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Sets the database connector to use for exporting structure and/or data from MySQL.  
 
Sets the database connector to use for exporting structure and/or data from MySQL.  
  
{{Description:JDatabaseMySQLExporter::setDbo}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLExporter::setDbo|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Since===
 
===Since===
 
{{JVer|11.1 }}
 
{{JVer|11.1 }}
Line 34: Line 32:
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLExporter::setDbo|Edit See Also]]<nowiki>]</nowiki>
+
* [[API17:JDatabaseMySQLExporter|JDatabaseMySQLExporter]]
</span>
+
* [[API17:JDatabaseMySQLExporter::setDbo|Other versions of this method]]
* [[JDatabaseMySQLExporter/11.1|JDatabaseMySQLExporter]]
+
 
* [[JDatabaseMySQLExporter::setDbo|Other versions of this method]]
 
{{SeeAlso:JDatabaseMySQLExporter::setDbo}}
 
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDatabaseMySQLExporter::setDbo
 
category=JDatabaseMySQLExporter::setDbo
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDatabaseMySQLExporter]][[Category:JDatabaseMySQLExporter::setDbo]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:39, 24 March 2017

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 JDatabaseMySQLExporter::setDbo[edit]

Description[edit]

Sets the database connector to use for exporting structure and/or data from MySQL.


Since[edit]

Joomla 11.1

Synopsis[edit]

public JDatabaseMySQLExporter::setDbo (JDatabaseMySQL $db)
Parameter Type Default Description
$db $db The database connector.

Returns[edit]

Method supports chaining.

Defined in[edit]

libraries/joomla/database/database/mysqlexporter.php (line 322)

Referenced by[edit]

See also[edit]

Examples[edit]

Code Examples[edit]