JDatabaseSQLAzure:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JDatabaseSQLAzure::__construct}} | {{subst:Description:JDatabaseSQLAzure::__construct}} | ||
<source lang="php"> | <source lang="php"> | ||
protected function __construct ($options) | protected function __construct ($options) | ||
| Line 32: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseSQLAzure::__construct|Other versions of JDatabaseSQLAzure::__construct]] | * [[API17:JDatabaseSQLAzure::__construct|Other versions of JDatabaseSQLAzure::__construct]] | ||
{{SeeAlso:JDatabaseSQLAzure::__construct}} | {{subst:SeeAlso:JDatabaseSQLAzure::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:14, 24 March 2017
JDatabaseSQLAzure::__construct
Description
Constructor.
{{subst:Description:JDatabaseSQLAzure::__construct}}
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
{{subst:SeeAlso:JDatabaseSQLAzure::__construct}}
User contributed notes
<CodeExamplesForm />