Thanks for the tips.  I went ahead and made the changes to app.yml;
that was the piece of the puzzle I was missing.  Also, it turns out
that because I have two separate files that contain schema
definitions, one for sfGuard and one for my application, I can define
a FK relationship between my Profile table on my application schema
and the sf_guard_user table in the sfGuard schema.  I think this is a
Propel limitation.  The best I could do was define a unique index on
my FK column.  There are some instructions about this at :
http://trac.symfony-project.com/trac/wiki/sfGuardPlugin

thx again.

Jared

On Jun 7, 5:16 am, Steve <[EMAIL PROTECTED]> wrote:
> Sorry, typo:
>
> > where the `profile_class` variable is set to the name of your current
> > "User" class that sfGuard is "taking over" and `profile_field_name` is
> > the name column in your `profile_class` that is the foreign_key into
> > the sfGuard's `id`
>
> Should read:
>
> ...  and `profile_field_name` is  the name OF THE  column in your
> `profile_class` that is the foreign_key into the sfGuard's `id`
>
> -steve


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to