API17

JDatabaseQuerySQLAzure::from: Difference between revisions

From Joomla! Documentation

m moving preparation
Wilsonge (talk | contribs)
Description: Fix red links
Line 28: Line 28:
* '''Since''' {{JVer|11.1 }}
* '''Since''' {{JVer|11.1 }}
* '''Referenced by'''
* '''Referenced by'''
** [[delete|delete]]
** [[API17:JDatabaseQuerySQLAzure::delete|delete]]
** [[showTables|showTables]]
** [[API17:JDatabaseQuerySQLAzure::showTables|showTables]]
 
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::from source code''' on [[jplatform:database/database/sqlazurequery.php#cl-113|BitBucket]]
* {{JVer|11.1}} '''JDatabaseQuerySQLAzure::from source code''' on [[jplatform:database/database/sqlazurequery.php#cl-113|BitBucket]]

Revision as of 08:18, 10 July 2013

Joomla 11.1 JDatabaseQuerySQLAzure::from

Description

Template:Description:JDatabaseQuerySQLAzure::from [Edit Descripton]

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

Template:SeeAlso:JDatabaseQuerySQLAzure::from [Edit See Also]

User contributed notes

<CodeExamplesForm />