Example #1
0
 function __construct(&$_db)
 {
     parent::__construct($_db);
 }
Example #2
0
 function __construct()
 {
     $db = JFactory::getDBO();
     parent::__construct($db);
 }