Search code examples
zend-framework2context-switch

ZF2 equivalent of Zend_Controller_Action_Helper_ContextSwitch?


I cannot find something similar in Zend Framework 2.


Solution

  • It's called ViewStrategy in ZF2.

    The JsonStrategy is implemented per default and to create your own ViewStrategy see this article