API17

JDatabaseSQLAzure:: construct: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 29: Line 29:
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseSQLAzure::__construct source code''' on [[jplatform:database/database/sqlazure.php#cl-50|BitBucket]]
* {{JVer|11.1}} '''JDatabaseSQLAzure::__construct source code''' on [[jplatform:database/database/sqlazure.php#cl-50|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseSQLAzure/11.1|JDatabaseSQLAzure]]
* {{JVer|11.1}} Class [[API17:JDatabaseSQLAzure|JDatabaseSQLAzure]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseSQLAzure::__construct|Other versions of JDatabaseSQLAzure::__construct]]
* [[API17:JDatabaseSQLAzure::__construct|Other versions of JDatabaseSQLAzure::__construct]]
{{SeeAlso:JDatabaseSQLAzure::__construct}}
{{SeeAlso:JDatabaseSQLAzure::__construct}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:22, 12 May 2013

Joomla 11.1 JDatabaseSQLAzure::__construct

Description

Constructor.

Template:Description:JDatabaseSQLAzure:: construct [Edit Descripton]

protected function __construct ($options)
Parameter Type Default Description
$options array List of options used to configure the connection
  • Returns void
  • Defined on line 58 of libraries/joomla/database/database/sqlazure.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JDatabaseSQLAzure:: construct [Edit See Also]

User contributed notes

<CodeExamplesForm />