Hey All,
I've been trying for two days now to make an xtpl assignment in Users/ListView.php, but can't seem to get it to pull into ListView.html. Clearly there's something I'm missing about XTemplate et al, but can anyone splain to me why this doesn't work?
PHP Code://ListView.php
$xtpl=new XTemplate ('modules/Users/ListView.html');
$inspectors_list = "Joe, Bill, Bob, TJ";
$xtpl->assign('LIST_INSPECTORS, $inspectors_list');
$xtpl->parse("main");
?>
HTML Code:<!-- ListView.html --> <td>{LIST_INSPECTORS}</td></tr> </table> <!-- END: main -->


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks