API17

Difference between revisions of "JDatabaseExporterMySQLi::from"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Specifies a list of table names to export.  
 
Specifies a list of table names to export.  
  
{{Description:JDatabaseExporterMySQLi::from}}
+
{{subst:Description:JDatabaseExporterMySQLi::from}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDatabaseExporterMySQLi::from|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function from ($from)
 
public function from ($from)
Line 32: Line 30:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* [[API17:JDatabaseExporterMySQLi::from|Other versions of JDatabaseExporterMySQLi::from]]
 
* [[API17:JDatabaseExporterMySQLi::from|Other versions of JDatabaseExporterMySQLi::from]]
{{SeeAlso:JDatabaseExporterMySQLi::from}}
+
{{subst:SeeAlso:JDatabaseExporterMySQLi::from}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseExporterMySQLi::from|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:01, 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 JDatabaseExporterMySQLi::from[edit]

Description[edit]

Specifies a list of table names to export.

{{subst:Description:JDatabaseExporterMySQLi::from}}

public function from ($from)
Parameter Type Default Description
$from Exception if input is not a string or array.
  • Returns Method supports chaining.
  • Defined on line 300 of libraries/joomla/database/database/mysqliexporter.php
  • Since Joomla 11.1

See also[edit]

{{subst:SeeAlso:JDatabaseExporterMySQLi::from}}

User contributed notes[edit]

<CodeExamplesForm />