Your Account
Community
Topics (Upcoming)
More |
View story
Simple Symfony Login Form Example
http://feeds.feedburner.com/~r/symfony/planet/~3/457771226/
Submitted by
narko
11 months, 3 weeks, 2 days, 12 hours agoThere are times when I just need a simple login form that checks for a certain username and password combination in order to lockdown a backend administration interface. The new sfForm sub-framework in Symfony 1.1/1.2 makes it really easy to reuse a Form class for this. Here’s an example:
The key here is using sfValidatorChoice to ensure...
Tags: symfony
|