[symfony-users] Starting with propel schemas

2010-10-22 Thread Javier Garcia
Hi, i have this propel schema: comentario: id: author: varchar(255) content: longvarchar created_at: when i do build-all-load the classes (model, form, filter) are not created. But if i change add the _attributes key like this: comentario: _attributes: { phpName: Comment }

AW: [symfony-users] Starting with propel schemas

2010-10-22 Thread Christopher Schnell
[mailto:symfony- us...@googlegroups.com] Im Auftrag von Javier Garcia Gesendet: Freitag, 22. Oktober 2010 11:16 An: symfony users Betreff: [symfony-users] Starting with propel schemas Hi, i have this propel schema: comentario: id: author: varchar(255) content

AW: [symfony-users] Starting with propel schemas

2010-10-22 Thread Christopher Schnell
: Freitag, 22. Oktober 2010 11:16 An: symfony users Betreff: [symfony-users] Starting with propel schemas Hi, i have this propel schema: comentario: id: author: varchar(255) content: longvarchar created_at: when i do build-all-load the classes (model, form, filter