We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updating records in the database.
// originally album.name = 'Piper at the' $album_id = 2; $fields = array( 'name' => 'Piper at the Gates of Dawn' ); $rs = aql::update('album', $fields, $album_id);