Member
trycia.jones
What are Hooks in CakePHP?
dion.waelchi
CakePHP hooks are callback functions that are called before or after a model operation.We define these functions in our Model classes.
Below is the list of some hooks or callback functions provided by CakePHP.