$database->setQuery("SELECT * FROM #__tab_config LIMIT 1");
$config = $database->loadObjectList();


Grazie