[symfony-users] Symfony Filter

2010-01-23 Thread Asif Ali M
Hello Symfonians, I am working on symfony 1.0 application. Its a kind of Software as Service model. When a user registers he will get his own site (frontend/backend). The users can signup for a 30 days trails. And we have a help document which is having backend page links. In the Backend

[symfony-users] Symfony filter

2009-08-07 Thread Marcos Medeiros
Hi for all, I'm trying implements a form filter in symfony 1.2, but one field don't work. I have three fields: field1, field2, field3 field1 is a foreign key field2 is a text field field3 is a text field In field1 I've used a sfFormWidgetChoice to select a value and work without problem