I'm trying to embed my sfDoctrineGuardPlugin login form on an existing
page (homepage), this homepage template will be used on every page
that links of the home.

Please note I want the sfDoctrineGuardPlugin login form to take on my
homepage template and discard what ever template it was originally
using. I've been reading through the "Inside the view layer" chapter
in gentle-introduction-1.4 symfony documentation

and would like to know what would be better to use for what I'm trying
to achieve? A partial or component?

and is there detailed documentation on how I can do this properly?

My current homepage has my login fields in 1 row in a table. So what I
want to do is delete the fields and replace with sfDoctrineGuardPlugin
forms code. e.g.

<td><?php echo $form['username']->render(); ?></td>
<td><?php echo $form['password']->render(); ?></td>

Advice is appreciated. I've been trying to figure this out for 2
days.

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

Reply via email to