I used the admin generator to generate a backend for my app which has Company and CompanyAddress objects. I want to put a list of that company's addresses on its show page and was wondering what the best practice for this is.
I thought I could just use include_partial('company_address/list') but I need the company_addressGeneratorHelper class which is in another module's lib. How have others dealt with this problem? I could just build my own list partial but that seems like I'm repeating a lot of work. Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---