JDatabaseMySQLImporter::from: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseMySQLImporter::from/11.1 to API17:JDatabaseMySQLImporter::from without leaving a redirect: Robot: Moved page |
m →Examples: moving preparation |
||
| Line 50: | Line 50: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:29, 11 May 2013
JDatabaseMySQLImporter::from
Description
Specifies the data source to import.
Template:Description:JDatabaseMySQLImporter::from [Edit Descripton]
Since
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)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JDatabaseMySQLImporter::from
Examples
<CodeExamplesForm />