API17

JDatabaseMySQLImporter::from: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Specifies the data source to import.  
Specifies the data source to import.  


{{subst:Description:JDatabaseMySQLImporter::from}}
 


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

Latest revision as of 02:39, 25 March 2017

Joomla 11.1 JDatabaseMySQLImporter::from

Description

Specifies the data source to import.


Since

Joomla 11.1

Synopsis

public JDatabaseMySQLImporter::from ($from)
Parameter Type Default Description
$from mixed The data source to import.

Returns

Method supports chaining.

Defined in

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

Referenced by

See also

Examples

Code Examples