I have a problem with Zend view . I wont to call a view in another view . How can I do it . Thanks.
Asked
Active
Viewed 372 times
1 Answers
1
This is not what zend framework logic intends.
You should create a View Helper and move the code that you want to reuse to the view helper.

DarkLeafyGreen
- 69,338
- 131
- 383
- 601
-
1I use this way $this->Action("view","controller","module", array(params)) it is working – Sardor Apr 05 '11 at 15:38