PHP Tools\Model\Behavior Namespace

Classes

Name Description
BitmaskedBehavior BitmaskedBehavior
JsonableBehavior A behavior that will json_encode (and json_decode) fields if they contain an array or specific pattern.
NeighborBehavior Neighbor Behavior
NeighborBehaviorTest
PasswordableBehavior A CakePHP behavior to work with passwords the easy way - complete validation - hashing of password - requires fields (no tempering even without security component) - usable for edit forms (require=>false for optional password update)
ResetBehavior Allows the model to reset all records as batch command.
ResetBehaviorTest
SluggedBehavior SluggedBehavior Part based/inspired by the sluggable behavior of Mariano Iglesias
StringBehavior A behavior that will apply basic string operations for your input.