API17:JDatabaseMySQL:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseMySQL::__construct== | =={{JVer|11.1}} JDatabaseMySQL::__construct== | ||
===Description=== | ===Description=== | ||
| − | + | Constructor. | |
{{Description:JDatabaseMySQL::__construct}} | {{Description:JDatabaseMySQL::__construct}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDatabaseMySQL::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDatabaseMySQL::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | + | protected function __construct ($options) | |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 24: | Line 21: | ||
|array | |array | ||
| | | | ||
| − | |List of options used to configure the connection | + | |List of options used to configure the connection |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | + | * '''Defined''' on line 57 of libraries/joomla/database/database/mysql.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/database/database/mysql.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDatabaseMySQL::__construct source code''' on [[jplatform:database/database/mysql.php#cl-49|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDatabaseMySQL/11.1|JDatabaseMySQL]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JDatabaseMySQL::__construct|Other versions of JDatabaseMySQL::__construct]] | ||
| + | {{SeeAlso:JDatabaseMySQL::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQL::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQL::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDatabaseMySQL]][[Category:JDatabaseMySQL::__construct]]</noinclude> | <noinclude>[[Category:JDatabaseMySQL]][[Category:JDatabaseMySQL::__construct]]</noinclude> | ||
Revision as of 20:31, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQL::__construct
Description
Constructor.
Description:JDatabaseMySQL:: construct [Edit Descripton]
protected function __construct ($options)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | List of options used to configure the connection |
See also
-
JDatabaseMySQL::__construct source code on BitBucket
-
Class JDatabaseMySQL
-
Subpackage Database
- Other versions of JDatabaseMySQL::__construct
SeeAlso:JDatabaseMySQL:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
