Hi,

In symfony , if i have two modules. module A has functino to get the
details and corresponding template has a list of comments to show from
filesystem. But comments i want to keep as a seperate module and this
asks me to skip from one action to another.

is it possible to skip from a action in module A to action in module
B and then come back to same action in module A ? i think after a
->forward or redirect no code after it could be reached...

Anyone here expert in symfony or have suggestions plz do comment and give me pointers.I would really appreciate the help and time .

Thanks in advance , I remain

Hi,

I was able to solve this and the solution apt for such a need is using components.

Think this way : module A is done and module B is included with component template.

Harish

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.