If you're using Doctrine, you could use inheritance. For example using column aggregation.
On Nov 26, 5:43 am, Richtermeister <[email protected]> wrote: > Hi all, > > I'm quite familiar with sfGuard, but there's one thing I've never > figured out right. > I have to build an application with quite a few different user types - > admins, members, affiliates, sales people, and all of these types will > use different applications within the project. Now, of course I'd like > to use sfGuard for this, but I'm struggling with how to administer > these users separately. > I don't really like the idea of mixing admins and members in one table > and one admin screen with the only difference being what group they're > associated with, so I wonder if I can add a type parameter to the > guard user model and based on that field adjust the userinterface and > which profile class gets retrieved from the user object... > > Any thoughts on this? > > Thanks, > Daniel -- 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.
