This document is for a version of CakePHP that is no longer supported. Please upgrade to a newer release!
Behaviors add extra functionality to your models. CakePHP comes
with a number of built-in behaviors such as TreeBehavior
and ContainableBehavior
.
To learn about creating and using behaviors, read the section on Behaviors.