symfony: customize admin generator filter

by prettyscripts on 2010-05-19 15:27:49 • 3 comments »

phpsymfony

i want to create a yes / no choice field if a field is null or not. eg, a membership table with suspend_date field. i want to be able to filter list of member who is or not suspended. in filter part of /path/to/application/module/config/generator.yml… more »

Tags: admin, filter, symfony