Containable is a core CakePHP behaviour for filtering and limiting model find queries.
Containable is a core CakePHP behaviour for filtering and limiting model find queries. It works by binding and unbinding models on the fly, and results in a filtered, efficient result set that can cut down on memory and database resources.
View the official documentation on the Containable behaviour.