How to build a basic web application with CodeIgniter 4 ...
The functions find() and save() are defined in the CodeIgniterBaseModel class which happens to be the base class of the CodeIgniterModel class. The functions fill() and hasChanged() are defined in the class CodeIgniterEntity which is the base class of the objects we manipulate with the database. Generally an entity represents a row in a ...