I have the following code:
$db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select(\'*\'); $query->from(\'#__users\');