News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Using Action Helpers To Implement Re-Usable Widgets
October 05, 2010 @ 09:12:19

Matthew Weier O'Phinney has a new post to his blog today showing you how to use action helpers to make widgets that you can reuse all over your Zend Framework application. His method doesn't use the "action()" helper, either.

The situation all started when Andries tweeted asking about what he considered some mis-behavior on the part of the action() view helper -- a situation that turned out not to be an issue, per se, but more a case of bad architecture within Zend Framework. [...] The helper was done this way because Zend Framework does not render views a single time -- it instead renders after each action, and accumulates views to render in the layout.

Instead, he offers action helpers as a solution. He gives an example of a user module that has views, helpers and forms but no controllers, including a Bootstrap file. This bootstrap defines the helpers, configuration file and adds the helpers into the process flow of the application. Once things are all set up and the action helper is created, adding the module to a page is as easy as calling "createProfileWidget()" into a partial view.

1 comment voice your opinion now!
action helper zendframework widget reuse tutorial


blog comments powered by Disqus

Similar Posts

Community News: Russian Zend Framework Conference Announced - ZFConf 2010

Aleksey Zapparov's Blog: How to handle unexistence controllers/actions with Zend_Controller

Hiveminds: How to Bridge PHP and Java for Powerful Web Solutions

PHPMaster.com: Patterns for Flexible View Handling, Part 1 - Working with Composites

Sebastian Bergmann's Blog: Tutorial at ZendCon 2007


Community Events









Don't see your event here?
Let us know!


podcast unittest release framework tool interview community phpunit example language composer opinion object development zendframework2 database introduction testing api code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework