I have fetch a record by using Model->load('record_id') function. I have got the record successfully. But after this when I am loading another record which is not present in database, then this is returning me the previous record. Also if I am loading another record which is present in the database, then it is returning me correct record.
Can anyone help me out with this query?