[symfony-users] Re: Does the showSucess works same way a form?

2010-01-18 Thread wueb
Thanks for the help Filippo. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more

[symfony-users] Re: Does the showSucess works same way a form?

2010-01-18 Thread p16
Hi, If you need to change those "labels" frequently, maybe you should store them on the database: Lead: columns: id: ... id_label: ... name: ... name_label: ... So that you can do something like this: ... getIdLabel() ?> getId() ?> ... getNameLabel() ?> getName() ?> ... In the