codeigniter-model
codeigniter-model copied to clipboard
Add refresh method to re-populate data
Hi nick
When we save a model the fields like updated_at created_at aren't populated unless we re-fetch the model,
So adding a refresh method like in Yii2 ActiveRecord will be helpful to re-fetch the latest data of the row.
Hi @razorsharpshady,
Thank you for the advice!