Articles tagged with "behaviors"
Uuid Behavior
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
A quick tutorial on how to fill a Select box with a tree structure from a model that uses Tree behavior.
[Read more]
Latest Comments