Alex Pliutau
Alex Pliutau

Reputation: 21957

Zend Franework Layout and Modules

I have a some modules and 1 layout. How can i do this thing?:

For each module content of the site should be individual.

Upvotes: 0

Views: 301

Answers (1)

Iznogood
Iznogood

Reputation: 12843

Look here. Basically your best bet is to create a controller plugin to choose the right layout depending on request.

Upvotes: 3

Related Questions