Good day to all.
I'm searching the way to embed sfGuard login form into my layout
template to display login form on my homepage. I've tried do it like
this in my component:
> $class = sfConfig::get('app_sf_guard_plugin_signin_form',
> 'sfGuardFormSignin');
> $this->form = new $class();
I've taken it from BasesfGuardAuthActions.class.php, but symfony
throws an exception:
> Call to undefined method BasesfGuardFormSignin::getObject.
Any other ways?
Thanks
--
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.