Re: [symfony-users] Extensively customizing admin generated backends?

2010-01-08 Thread Stéphane
Google for "symfony generator chapter 14" there are about all things put here, not in detail. For details and help I recommend IRC network. -In the list view you'll have to create template _myimage.php, modify your generator.yml list: fields: [ _myimage ] then in the _myimage.php you'll have acces

[symfony-users] Extensively customizing admin generated backends?

2010-01-08 Thread Darren884
Hi guys, I am developing with Symfony 1.4 and have generated my backend, however there are some problems I have ran into. Is there anyway to customize the way fields are displayed in the list view? E.g. say if I have an image and I wnat to customize how it looks in a list view. Also how do I init