I want to use http://www.symfony-project.org/plugins/sfDoctrineApplyPlugin
To allow users to register themselves but I have two kind of profile with
different fields ...

for example say that
profile_type_1 has type_1_fields_1 and type_1_field_2, ...
and
profile_type_2 has type_2_fields_1 and type_2_field_2

my first idea was to "mix" all the fields in the same table
(sf_guard_user_profile) and only display the required fields on the
registration form ... but it sound very ugly :(
So I think the best solution is the have two separate tables :

sf_guard_user_profile_type_1
and
sf_guard_user_profile_type_2

and dynamically get the right profile regarding, for example, the group whom
the user belong to ...

What do you think ? what is the best practice ?? code code examples ??

Thansks for your help :)

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to