conditional tests // $Id$ // $Author$ // $Revision$ // $Date$ // $HeadURL$ require_once('../kernel.php'); $isso = new ISSO(); $isso->set('apppath', getcwd()); $isso->set('application', 'Template Test'); $isso->set('appversion', '$Id$'); $isso->set('debug', true); $isso->load('template', 'template', true); // ################################################################### $data = ' 1 2 Remove Item 2.1 Edit Item Received Item /2 1.1 3 4 Purchase Item /4 5 Un-purchase Item /5 3.1 ($iteminfo[email]) /3 /1 $iteminfo[name]$iteminfo[name] $iteminfo[price] $iteminfo[rating] $iteminfo[notes] $iteminfo[dateline] '; // ################################################################### $data2 = '1 -0 2 -1 moo 2.1 -1 boo 3 -2 dad 3.1 -2 ghost /3 -2 /2 -1 1.1 -0 hi there 4 -1 mom 4.1 -1 5 -2 moo 5.1 -2 adfds /5 -2 /4 -1 /1 -0'; // ################################################################### $data3 = 'hey there this is a test hi booo moo moo moo'; // ################################################################### $parsed = $template->_parse($data2); echo '
';

echo highlight_string('$test = "' . $parsed . '";', true);

echo '
'; eval('$test = "' . $parsed . '";'); ?>