Articles tagged with "actsas"

TouchBehavior

By Jitka Koukalova
Would You like to have method touch() for some models, which updates only one field in database table and leaves 'created' and 'modified' (and all other) fields untouched?
[Read more]

Transaction behavior

By Christian Winther
A little behavior that enables you to use transactions in 1.2 without much work ;)
[Read more]

Sluggable Behavior

By Mariano Iglesias
This behavior lets your models act as slug-based models, useful for generating Search Engine friendly URLs. Easy to install, and easy to configure.
[Read more]

Soft Deletable Behavior

By Mariano Iglesias
This behavior lets you implement soft delete for your records in your models by introducing a flag to an existing table which indicates that a row has been deleted, instead of deleting the record.
[Read more]