News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Closures as View Helpers
January 25, 2012 @ 09:50:38

New on DevShed today there's a tutorial looking at using one of the newer features of PHP, closures, as view helpers in a basic templating system.

In this two-part tutorial I'll be showing you, in a step-by-step fashion, how to use the goodies offered by closures in the implementation of an object-based, easily extendable template system. This system will allow you to embed anonymous functions easily into template files, and call them as typical view helpers, too.

He starts the process of creating the templating system by defining two interfaces, the View and DataHandler. Using these as a base, he creates an instance of the ViewInterface (a "View" class) that can set the template file to use, set values to be displayed and render the formatted output. Included is a basic template and how to use the View class to set values into it. The "render" method is called on the view and the HTML markup is produced. The closure comes in when they try to call a value "clientIp" that needs to do something more complicated than just having a string assigned to it.

0 comments voice your opinion now!
closure view helper template view interface


blog comments powered by Disqus

Similar Posts

Andy Frey's Blog: JavaScript PHP Remoting Demonstration

Zumba Engineering Blog: Creating a testing interface for your API

Community News: patTemplate 3.1.0 stable released

Developer.com: PHP 5 OOP - Interfaces Abstract Classes and the Adapter Pattern

SitePoint PHP Blog: Markup Separation with Template IT


Community Events











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


release phpunit interview functional zendframework2 language community podcast series unittest opinion development tool testing code introduction conference example application framework

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