문제

I understand that the ZF ActionStack Action Helper incurs a performance hit because it retriggers the entire dispatch process. But what about the Action View Helper? Should I be avoiding it for the same reason?

도움이 되었습니까?

해결책

If you mean the $this->action() view helper, then yes, avoid it for the same reason. All this does is call the action stack.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top