InterviewSolution
Saved Bookmarks
| 1. |
Explain the callback functions in CakePHP? |
|
Answer» Callback FUNCTIONS just before or after a CAKEPHP model OPERATION. These callback functions can be defined in model classes.These are very SIMPLE functions which CALLED automatically when are defined by the core CakePHP.
|
|