API15:JInstaller/ construct
From Joomla! Documentation
Description
Constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
__construct()
Defined in
libraries/joomla/installer/installer.php
Importing
jimport( 'joomla.installer.installer' );
Source Body
function __construct()
{
$this->_db =& JFactory::getDBO();
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples