News Feed
Jobs Feed
Sections




News Archive
Justin Silverton's Blog:
patTemplate and php
March 09, 2006 @ 06:52:51

Justin Silverton has posted this brief overview of the patTemplate system - what it is and how it can be used in your site.

patTemplate is a set of classes that allow you to separate your php code from design/output, making your code easier to maintain. To identify a certain part of the page as a template, patTemplate uses XML tags to assign a template a unique name and a various attributes (see patTemplate Tags and attributes for a list of all tags and attributes). When parsing a template, the parser divides the page in several chunks and treats them as separate templates. By using patTemplate's API you can hide, display or repeat a certain template.

He describes the different template types (OddEven, Condition, SimpleCondition) and how to use variables inside the templates. He wraps it up with a quick installation overview, both using PEAR and the manual installation.

0 comments voice your opinion now!
patTemplate using template types variables installation patTemplate using template types variables installation


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Building Template-Driven Web Applications with Dwoo (part 1)

NETTUTS.com: Create a PHP5 Framework - Part 2

Justin Silverton\'s Blog: patTemplate and php

NETTUTS.com: 15 Wonderfully Creative Uses for PHP

BobCares.com: Deploying libcURL with PHP


Community Events











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


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

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