Wheels API
Categories
- Model Initialization Functions
- Model Class Functions
- Model Object Functions
- View Helper Functions
- Controller Initialization Functions
- Controller Request Functions
- Global Helper Functions
- Configuration Functions
Printable Cheat Sheet
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
-
addError() -
addErrorToBase() -
allErrors() -
clearErrors() -
errorCount() -
errorsOn() -
errorsOnBase() -
hasErrors() -
valid()
