Change view: ListGrid

Embedding Custom Finds in Behaviors

Embedding custom finds in behaviors is extremely useful, but not the most straight-forward thing to do. Here's how.

Read More…

Clean up your Model data with Purifiable Behavior

Sanitizing saved data when rendering the view is stupid, and it should be done when creating/updating records.

Read More…

Cacheable Behavior

Cacheable Model behavior caches views pertaining to model records to the disk via a RequestAction hack.

Read More…

Toggle Behavior

Toggle CakePHP Behavior for toggling boolean model fields in CakePHP

Read More…

Trackable Behavior

Trackable Behavior for CakePHP 1.2/1.3

Read More…

Commentable Behavior

Commentable Behavior for CakePHP 1.2

Read More…