What is an alternitive for using action(); or forward(); in ZF for pulling out different controller/

Posted by simple on Stack Overflow See other posts from Stack Overflow or by simple
Published on 2010-04-01T19:08:50Z Indexed on 2010/04/01 19:13 UTC
Read the original article Hit count: 242

Filed under:
|

Basically in order to have a profile Block u need - let's say profile controller, PhotoController, may be dashboard to show at the same page at the same time and to reach this in the zend framework is sometimes done through helper action() or forward, are ther better options?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework