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