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

Nils Luxton's Blog: Installing PHP 5.4.0alpha1 into Wampserver

Roy Ganor-Shwaartz's Blog: PDT Gets Smarty

PHPBuilder.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype, Part 2

PHPBuilder.com: PHP Dependency Injection Creates More Maintainable Code

WebReferece.com: Managing Your Email Campaigns with phpList


Community Events











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


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

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