post

Automatically Login a User After Registration Using sfGuardPlugin in Symfony

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

post

Setting Up Symfony on Ubuntu 7.10 64bit

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

post

Get Symfony Installed in 20 Minutes on Vista

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