database::execute($query, $bindings = array())

Executes a sql query, which is expected to not return a set of results

  • $query (string)
  • $bindings (array)
  • return (boolean)