Articles tagged with "behaviors"

Uuid Behavior

By Billy Gunn
I have a requirement to use UUID's as primary keys. I was initially using MySQL triggers to call uuid() on insert but in the end decided a behavior makes more sense. This behavior adds a UUID to the field specified in your models.
[Read more]

Filling a Select with Tree Behavoir

By Sean Culver
A quick tutorial on how to fill a Select box with a tree structure from a model that uses Tree behavior.
[Read more]