Bit Byter wrote:
> 1). I have a very rich user model, which comprises of user related
> data stored accross several tables. also my user table has many fields
> that are not in the user table provided by the sfAuthGuard plugin. I
> would like to use the Authentation mechanism provided by the
> sfAuthGuard plugin, but I am not sure how to integrate my (more
> complicated) user tables with the sfGuardPlugins minimalistic user
> table. I would appreciate any help on how I may do this.
>
>    
You can define a Profile which can then be accessed through

$myUser->getProfile();

  I think perhaps you might want to post this kind of message to 
symfony-users mailing list in future.

All the best, and good luck

Ian



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to