There was an error while loading. Please reload this page.
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);