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?
Share
I’m not sure I understood your question clearly. But you should avoid the action helper because it decreases significantly the performance of your application.
This quote is from this article that explains why you should avoid it and what are the alternatives, why I believe to be the purpose of your question.