Hi Apps are supposed to be independent in this sense and not be able to call an action from each other. I think the best way for you is to move commons logic to a class in your main lib folder and call the logic separately in each app.
cheers --Mohammad On Sun, Jan 11, 2009 at 4:26 PM, Antoine Leclercq < [email protected]> wrote: > Hi, > Thanks for your answer. > > I thought of this method, but our module is actually located in a different > application. > > Let's say we are trying to access a module located in frontend2 from > application frontend. > > Any help greatly appreciated. > > Antoine > > On Sun, Jan 11, 2009 at 2:31 PM, Garakkio <[email protected]> wrote: > >> >> On Jan 10, 4:27 pm, "Antoine Leclercq" <[email protected]> >> wrote: >> > We're working on a project where we have to retrieve the content of an >> > action+template located in another app in order to display it in the >> current >> > app. >> > >> > For sure we want to do this respecting Symfony model, and not break the >> MVC >> > structure... Using the framework at its best. >> > >> > We couldn't figure out how to do it "out of the box" using Symfony >> > eventhough we've been digging for a long time but maybe changes brought >> to >> > 1.2 could help us ? >> >> >> http://www.symfony-project.org/api/1_2/sfController#method_getpresentationfor >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
