![]() |
new feature Entity ci4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: new feature Entity ci4 (/showthread.php?tid=79698) |
new feature Entity ci4 - paliz - 07-21-2021 when has an entity for model , if we use $datamap[] in our entity $model->find() it be like data via ReturnType Entity model update or save have to use $datamap[] for it operation okay but when we use $datamap for $model->where() or $model->like() or $model->whereIn() it dose not follow $datamap[] so we get error it should be both for $datmap or data base coulmn schema see codes PHP Code: class Entity extends Entity |