JDatabaseMySQLImporter::from: Difference between revisions
From Joomla! Documentation
Blanked the page |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | |||
=={{JVer|11.1}} JDatabaseMySQLImporter::from== | |||
===Description=== | |||
Specifies the data source to import. | |||
{{Description:JDatabaseMySQLImporter::from}} | |||
<span class="editsection" style="font-size:76%;"> | |||
<nowiki>[</nowiki>[[Description:JDatabaseMySQLImporter::from|Edit Descripton]]<nowiki>]</nowiki> | |||
</span> | |||
===Since=== | |||
{{JVer|11.1 }} | |||
===Synopsis=== | |||
<source lang="php"> | |||
public JDatabaseMySQLImporter::from ($from) | |||
</source> | |||
{| class="wikitable" | |||
|- | |||
!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 [[jplatform:database/database/mysqlimporter.php#cl-122|BitBucket]] | |||
===Referenced by=== | |||
===See also=== | |||
<span class="editsection" style="font-size:76%;"> | |||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::from|Edit See Also]]<nowiki>]</nowiki> | |||
</span> | |||
* [[JDatabaseMySQLImporter/11.1|JDatabaseMySQLImporter]] | |||
* [[JDatabaseMySQLImporter::from|Other versions of this method]] | |||
{{SeeAlso:JDatabaseMySQLImporter::from}} | |||
===Examples=== | |||
<CodeExamplesForm /> | |||
<dpl> | |||
noresultsheader=\n | |||
category=JDatabaseMySQLImporter::from | |||
category=CodeExample | |||
category=MethodExample | |||
include=* | |||
format= ,,, | |||
</dpl> | |||
<noinclude>[[Category:JDatabaseMySQLImporter]][[Category:JDatabaseMySQLImporter::from]]</noinclude> | |||
Revision as of 00:20, 3 February 2012
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 />