Source for file ittest.php
Documentation is available at ittest.php
include_once 'HTML/Template/IT.php';
include_once 'Benchmark/Timer.php';
"ISBN345624345" => "Matrix 2",
"ISBN45df32342" => "Roger Rabbit",
"ISBN305632232" => "foo bar",
"ISBN674589123" => "Joe user's adventures"
$t = & new HTML_Template_IT ("./");
$timer = & new Benchmark_Timer ();
$t->loadTemplateFile ("block.ihtml",true ,true );
"TITLE" => "This is a block integrated into another template",
foreach ($articles as $k => $v) {
$t->setCurrentBlock ("articlerow");
$t->setVariable ("ID", $k);
$t->setVariable ("ANAME", $v);
$t->parseCurrentBlock ("articlerow");
Documentation generated on Mon, 11 Mar 2019 15:10:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|