News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Reusable "generic" actions in Zend Framework
December 29, 2008 @ 07:55:13

In this recent blog entry Jani Hartikainen looks at the creation of generic actions for Zend Framework applications - methods that can be used to help eliminate code duplication:

Sometimes you will need nearly the same functionality in many actions. [...] There are several ways to deal with this, such as moving the code into a separate function, or an action helper. But in this post, I'm going to introduce so called "generic actions" - parametrized, easy to reuse actions - which is an idea similar to django generic views.

His example takes a generic action - one that grabs and output records from a table - and modifies it to take in parameters from the defining function as to which action/controller/model and ID to use. Then this action can be used over and over in multiple places without having to do any copy and paste coding.

0 comments voice your opinion now!
generic zction zend framework reuse duplicate


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: Model::save() now returns an array!

DynamicWebPages.de: DynamicWebPages Launches New PHP Training Portal

Stas Malyshev's Blog: ZF Oauth Provider

Marco Tabini\'s Blog: Security Is As Security Does

Cognify.com: Write Your Own Virtual Host Control Panel - Part 1


Community Events









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


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

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