API17

JDatabaseQuerySQLAzure::from: Difference between revisions

From Joomla! Documentation

Wilsonge (talk | contribs)
Description: Fix red links
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:




{{Description:JDatabaseQuerySQLAzure::from}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQuerySQLAzure::from|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQuerySQLAzure::from|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseQuerySQLAzure::from
category=JDatabaseQuerySQLAzure::from
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:46, 25 March 2017

Joomla 11.1 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 Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples