InterviewSolution
Saved Bookmarks
| 1. |
What Is A Behavior? |
|
Answer» Behaviors in CakePHP are associated with MODELS.Behaviors are used to CHANGE the WAY models behaves and enforcing MODEL to act as SOMETHING else. Behaviors in CakePHP are associated with Models.Behaviors are used to change the way models behaves and enforcing model to act as something else. |
|