Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active September 22, 2017 23:12
Show Gist options
  • Save vielhuber/d8ff950cfba5e17c6f94 to your computer and use it in GitHub Desktop.
Save vielhuber/d8ff950cfba5e17c6f94 to your computer and use it in GitHub Desktop.
delete row #joomla
$db->setQuery($db->getQuery(true)->delete($db->quoteName('#__js_table'))->where($db->quoteName('ID').' = '.$id))->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment