Exemplo n.º 1
0
 function __construct(&$_db)
 {
     parent::__construct($_db);
 }
Exemplo n.º 2
0
 function __construct()
 {
     $db = JFactory::getDBO();
     parent::__construct($db);
 }