template.php (139B) download
1<?php
2
3include_once "Lollipop/Template.php";
4
5$t = new Lollipop\Template;
6echo $t->template("template_test.html", [ "hello" => "world" ]);
hanze/lollipoptemplate.php in views | |
Repositories | Summary | Log | Files |
template.php (139B) download
1<?php
2
3include_once "Lollipop/Template.php";
4
5$t = new Lollipop\Template;
6echo $t->template("template_test.html", [ "hello" => "world" ]);