[symfony-users] working with filters

2010-04-21 Thread Germana Oliveira
Hi! Is there a way to define a filter for a 'created_at' field ??? THANKS!! -- Germana Oliveira germanaoliveirab arroba gmail punto com http://626f67.wordpress.com http://slcarabobo.wordpress.com -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Working with filters

2010-04-07 Thread Germana Oliveira
I follow the instruction in this blog: http://axiacore.com/blog/2009/09/trabajando-con-filtros-en-symfony-i/ So i have this in my code: 1. Actions public function executeSearch(sfWebRequest $request) { $this-form = new DenunciaFormFilter(); $this-setTemplate('search'); } public

[symfony-users] Working with filters

2009-09-01 Thread Reynier PĂ©rez Mira
Hi every: I have the following schema.yml file: AreaTematica: tableName: area_tematica actAs: [Timestampable] columns: id: type: integer(4) primary: true autoincrement: true nombre: type: string(35) notnull: true Cursos: tableName: cursos