JDatabaseQuerySQLAzure::from: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
<source lang="php"> | <source lang="php"> | ||
| Line 34: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQuerySQLAzure::from | category=JDatabaseQuerySQLAzure::from | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:46, 25 March 2017
JDatabaseQuerySQLAzure::from
Description
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
User contributed notes
Code Examples