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

DevShed: Inserting, Updating and Deleting Database Rows with Code Igniter

PHPMaster.com: Patterns for Flexible View Handling, Part 2 - Using Decorators

Madarco's Blog: Build a Facebook application with Zend Framework

Zend Developer Zone: Accessing DB2 Data Inside of i5/OS

Jim Plush's Blog: PHP Socket Tutorial Part 1


Community Events











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


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

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