Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ZF ActionStack アクション ヘルパーは、ディスパッチ プロセス全体を再トリガーするため、パフォーマンス ヒットが発生することを理解しています。しかし、アクション ビュー ヘルパーはどうでしょうか。同じ理由で避けるべきでしょうか?
ビューヘルパーを意味する場合は$this->action()、はい、同じ理由でそれを避けてください。これは、アクションスタックを呼び出すだけです。
$this->action()