JDatabaseQuerySQLAzure::from: Difference between revisions
From Joomla! Documentation
→Description: Fix red links |
m clean up |
||
| Line 4: | Line 4: | ||
{{Description:JDatabaseQuerySQLAzure::from}} | {{subst:Description:JDatabaseQuerySQLAzure::from}} | ||
<source lang="php"> | <source lang="php"> | ||
public function from ($tables) | public function from ($tables) | ||
| Line 36: | Line 34: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseQuerySQLAzure::from|Other versions of JDatabaseQuerySQLAzure::from]] | * [[API17:JDatabaseQuerySQLAzure::from|Other versions of JDatabaseQuerySQLAzure::from]] | ||
{{SeeAlso:JDatabaseQuerySQLAzure::from}} | {{subst:SeeAlso:JDatabaseQuerySQLAzure::from}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:12, 24 March 2017
JDatabaseQuerySQLAzure::from
Description
{{subst:Description:JDatabaseQuerySQLAzure::from}}
public function from ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | mixed | A string or array of table names. |
- Returns Returns this object to allow chaining.
- Defined on line 121 of libraries/joomla/database/database/sqlazurequery.php
- Since

- Referenced by
See also
JDatabaseQuerySQLAzure::from source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::from
{{subst:SeeAlso:JDatabaseQuerySQLAzure::from}}
User contributed notes
<CodeExamplesForm />