Using Action Helpers To Implement Re-Usable Widgets
Note: This article was originally published at phly, boy, phly
on 4 October 2010.
I had a twitter/IRC exchange yesterday with Andries Seutens and Nick Belhomme regarding applications that include widgets within their layout. During the exchange, I told Andriess not to use the action() view helper, and both Andriess and Nick then asked how to implement widgets if they shouldn't use that helper. While I ended up having an IRC exchange with Nick to give him a general idea on how to accomplish the task, I decided a longer writeup was in order.
Continue reading "Using Action Helpers To Implement Re-Usable Widgets"


