API17

JDatabaseSQLAzure:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


{{subst:Description:JDatabaseSQLAzure::__construct}}
 


<source lang="php">
<source lang="php">
Line 30: 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]]
{{subst:SeeAlso:JDatabaseSQLAzure::__construct}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseSQLAzure::__construct
category=JDatabaseSQLAzure::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:48, 25 March 2017

Joomla 11.1 JDatabaseSQLAzure::__construct

Description

Constructor.


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


User contributed notes

Code Examples