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