News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



DevShed:
Working with Multiple Template Files to Separate Logic from Presentation (Part 3)
0 comments :: posted Wednesday May 17, 2006 @ 06:07:46
voice your opinion now!

Wrapping up their series on "Seperating logic from presentation", DevShed has posted this final article capping off the creation of a simple template parser in PHP5.

By returning to the subject of this last installment, I'll use the skeleton of the original "TemplateProcessor" class to develop an improved, production-level template processor, which, as you'll see in a few moments, will be capable of working with multiple template files, in addition to implementing a chunked caching system. In this way, the class will be able to use several templates that have distinct cache expiration times, aside from utilizing most of the template processing features that you learned before.

If you haven't read up on them yet, go back and check out part one and part two of the series to catch up. They'll give you the foundation to build from - not just the code but the concepts as well. This third part demonstrates chunked caching of your templates/pages as well as pulling in more than one template file at a time. Throw that all together with the functionality from before and you have an extensible, simple template parsing class they use in a bit more concrete example.

tagged with: php tutorial template processor seperate logic presentation php tutorial template processor seperate logic presentation



mysql ajax developer code PEAR application zendframework security database job package zend releases release book cakephp conference framework pecl PHP5

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