Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active September 22, 2017 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vielhuber/0b3454d7d4dfaadfeaa9 to your computer and use it in GitHub Desktop.
Save vielhuber/0b3454d7d4dfaadfeaa9 to your computer and use it in GitHub Desktop.
DB fetch var #joomla
$db->setQuery($db->getQuery(true)->select("ID")->from($db->quoteName('#__table'))->where($db->quoteName('ID').' = '.$db->quote(1)))->loadObject()->ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment