You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't seen this happen, personally. And I don't see anything different between the models so what you're describing can't be a bug, as far as I can tell. Please raise the issue on the forums, and we'll see if someone can help you there.
I am using CodeIgniter model with an Entity class; but it seems i cannot use the same model to do insert, save, delete, and update records.
This left me created UpdatingModel and SaveInsertModel but all using the same Entity Class.
DriverModel.php use this for save and insert
DriverUpdatingModel.php use this do update and delete records from drivers table
The Entity Class is this :
Drivers.php
doing this will not work
this will work
I don't know if this is a bug or how it should be used or something is wrong with my Model class data attributes and allowed fields.
The text was updated successfully, but these errors were encountered: