+ initial commit of the templating stuff (probably I'll rename it to view later)
[vsc.git] / _res / _libs / tstemplate.class.php
blobce5068d0b684b1707fd4cfee10b899deac1d6540
1 <?php
3 /**
4 * object to replace smarty for templating.
5 * desired goal is to keep it _very_ simple.
6 */
7 class tsTemplate {
9 public function __construct () {}
11 public function __destruct () {}