When you want a user to be automatically logged in after they register, you can use the following code where you have access to the sfGuardUser module:
$this->getContext()->getUser()->signIn($user, true);
A blog about productivity for the Internet entrepreneur.
My goal is to help you focus on your passions by reducing or eliminating the time needed to maintain the mundane tasks in your life.
When you want a user to be automatically logged in after they register, you can use the following code where you have access to the sfGuardUser module:
$this->getContext()->getUser()->signIn($user, true);
So you have your shiny new *buntu installed and now you want to start hacking with your favorite framework, Symfony. This quick guide will have you up and running in a few minutes. I assume you have installed Apache 2, PHP5 and MySQL 5 using the defaults with Synaptic. [Read more…]
Interest in Symfony has increased since del.icio.us announced it developed its new version on the Symfony framework. If you are running Vista and you need to get a quick Symfony development environment going, then look no further. Follow these easy steps to going in 20 minutes. [Read more…]
Copyright © 2025 on Genesis Framework · WordPress · Log in