I think you could do this by overriding the save function.

1. If you haven't already, make a copy of the cake/app_model.php and
put it in your app folder.

2. Copy the save function from model_php5.php or model_php4.php and
paste in into app_model.php in your app folder.

3. In the newly pasted save function in app/app_model.php, find the
line with $this->hasField('created').

4. Add some code inside of those if blocks to handle your create_user
and modify_user fields.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to