3

I have a problem with Zend view . I wont to call a view in another view . How can I do it . Thanks.

Sardor
  • 157
  • 1
  • 8

1 Answers1

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