database\\query::update($values = null, $where = null)

Fires an update query

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