Files
survey-manager/survey-nginx/htdocs/vtiger_crm/XTemplate/ex4.php
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

33 lines
600 B
PHP
Executable File

<?
/*
example 4
demonstrates recursive parse
$Id: ex4.php,v 1.1 2004/08/18 15:27:17 gjayakrishnan Exp $
*/
require "xtpl.p";
$xtpl=new XTemplate ("ex4.xtpl");
$xtpl->rparse("main");
$xtpl->out("main");
/*
$Log: ex4.php,v $
Revision 1.1 2004/08/18 15:27:17 gjayakrishnan
XTemplate files added
Revision 1.1 2004/05/27 05:30:47 sugarjacob
Moving project to SourceForge.
Revision 1.1 2004/05/19 01:48:20 sugarcrm
Adding files with binary option as appropriate.
Revision 1.2 2001/03/26 23:25:02 cranx
added keyword expansion to be more clear
*/
?>