The class already has got this function. I just didn't saw it because sfGuardPeer extends PluginsfGuardUserPeer instead of BasesfGuardUserPeer.
Thx anyway. PluginsfGuardUserPeer On 18 Jul., 13:29, "[email protected]" <[email protected]> wrote: > Hi! > > I am working on a portal where users have a public profile. For this I > would like to extend the sfGuardUserPeer class with a > retrieveByUserName function. > > Can I do this in the in: plugins/sfGuardPlugin/lib/model/ > sfGuardUserPeer.php or will these files be overwritten when I update > the plugin one day? > > I think I can create my own class(extending sfGuardUserPeer) in /lib/ > model too. > > thanky you, > > michael -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
