by Donatas Kairys | May 2, 2008 | CakePHP Development
When designing a system for multiuser environment, it is always important to know who created and who modified a record. When using proper field names, such as created and modified, CakePHP automatically sets the proper dates values. We wanted to use the same...