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 | * {{JVer|11.1}} Class [[API17:JDatabaseSQLAzure|JDatabaseSQLAzure]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_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
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 |
See also
JDatabaseSQLAzure::__construct source code on BitBucket
Class JDatabaseSQLAzure
Subpackage Database- Other versions of JDatabaseSQLAzure::__construct
Template:SeeAlso:JDatabaseSQLAzure:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />