[ Index ] |
|
Code source de SugarCRM 5.0.0beta1 |
1 <? 2 3 /* 4 example 7 5 demonstrates file includes 6 7 8 9 */ 10 11 require "xtpl.p"; 12 13 $xtpl=new XTemplate ("ex7.xtpl"); 14 15 $xtpl->assign(FILENAME,"ex7-inc.xtpl"); 16 $xtpl->rparse("main.inc"); 17 18 $xtpl->parse("main"); 19 $xtpl->out("main"); 20 21 /* 22 23 Revision 1.1 2004/05/27 05:30:47 sugarjacob 24 Moving project to SourceForge. 25 26 Revision 1.1 2004/05/19 01:48:20 sugarcrm 27 Adding files with binary option as appropriate. 28 29 Revision 1.2 2001/03/26 23:25:02 cranx 30 added keyword expansion to be more clear 31 32 */ 33 34 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Sep 11 10:48:47 2007 | par Balluche grâce à PHPXref 0.7 |