I've modified the save() method of a model class to deal with created_by/updated_by. But since I use sfContext::getInstance()->getUser(), it breaks on the cli.
How would I pass a parameter? I notice that there's a nice looking plugin for propel actAsSignableBehvaviour or something, but I couldn't find the equivalent for doctrine. Bernhard Schussek wrote: > I personally would pass a parameter. Anything else is pure magic. > > What is it that you are trying to achieve? > > > Bernhard > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
