$dialect
$dialect :
Properties
Database wrapper, provides a database API for the framework but hides details of implementation.
update(string $table, array $columns, array $values = null, array $where = null) : void
Build an update-query.
string | $table | the table name. |
array | $columns | to update or key=>value with columns and values. |
array | $values | to update or empty if $columns has bot columns and values. |
array | $where | limit which rows are updated. |