database\\query::delete($where = null)

Fires a delete query

  • $where (mixed)
    You can pass a where clause here or set it with ->where() before
  • return (boolean)