Model Object Functions

These methods operate on individual objects, which means you first need to fetch or create an object and then call the method on that object. You can call these methods from anywhere, but it is not recommended to call them from view pages. When calling them from their own model files, it is recommended to reference them explicitly with the this scope keyword.

Change Functions

CRUD Functions

Error Functions

Miscellaneous Functions