News Feed
Jobs Feed
Sections




News Archive
Matthew Weir O'Phinney's Blog:
Cgiapp2 Tutorial 1 - Switch Template Plugins at Will
June 06, 2006 @ 05:47:28

Right on the tails of a new release of the Cgiapp set of libraries, Matthew Weir O'Phinney has posted a first tutorial in a series covering its usage. In this tutorial, he looks at a creating a "template switcher" for Cgiapp2-based applications.

Cgiapp2 implements a new callback hook system, which is basically an Observer pattern. Cgiapp2 has a number of registered hooks to which observers can attach; when a hook is triggered, each observer attached to it is notified and executed.

Why all this talk about hooks? Because in Cgiapp2, the various template actions -- initialization, variable assignment, and rendering -- are relegated to hooks. For simplicity's sake, and for backward compatibility, you can use the functions tmpl_path(), tmpl_assign(), and load_tmpl() to invoke them; you could also use the generic call_hook() method to do so, passing the hook name as the first argument.

To make it simpler for developers to access this templating system, Matthew created the Cgiapp2_Plugin_Template_Interface, a standardized interface for the template plugins. It's this interface that he demonstrated an example of, giving only a few lines of code (all that's needed) to switch between Smarty and Savant templating systems.

0 comments voice your opinion now!
tutorial cgiapp2 template switch plugin interface tutorial cgiapp2 template switch plugin interface


blog comments powered by Disqus

Similar Posts

Johannes Schluter's Blog: MySQL Storage Engine based on PHP

SitePoint Ruby on Rails Blog: PHP developers most likely to switch to Rails

Mihai Corlan's Blog: Flex for PHP developers

International PHP Magazine: Three Releases - Graphing, Blitz and Plugins

Zend Developer Zone: AJAX Chat Tutorial Pt 5: Javascript, Sending Chat Messages, Screen Name Changes


Community Events











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


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

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