Skip to content

Instantly share code, notes, and snippets.

@nkrs
nkrs / domtemplate.php
Created January 25, 2012 19:08 — forked from Kroc/domtemplate.php
DOM Template Class
<?php
//DOM Templating classes v5 © copyright (cc-by) Kroc Camen 2012
//you may do whatever you want with this code as long as you give credit
//documentation at http://camendesign.com/dom_templating
class DOMTemplate extends DOMTemplateNode {
private $DOMDocument;
public function __construct ($filepath) {