nelson906
Results
1
comments of
nelson906
I forgot the data format $data = [ '$.employer.firstName' => 'Joe', '$.employer.lastnName' => 'Smith', '$.employer.email' => '[email protected]' ]; $where = ['id' => 2]; $db->update('users', $column, $data, $where);