Documentation is available at ex4.php
- <?php
- /**
- * example 4
- * demonstrates recursive parse
- *
- * $Id: fsource_XTemplate__ex4.php.html,v 1.3 2005/04/11 10:00:49 cocomp Exp $
- */
- include_once('./xtemplate.class.php');
- $xtpl = new XTemplate('ex4.xtpl');
- $xtpl->rparse('main');
- $xtpl->out('main');
- /*
- $Log: fsource_XTemplate__ex4.php.html,v $
- Revision 1.3 2005/04/11 10:00:49 cocomp
- Added restart() method sf:641407 feature request
- Revision 1.2 2005/04/07 12:02:52 cocomp
- MAJOR UPDATE: E_ALL safe, better internal documentation, code readability ++, many bugfixes and new features - considered stable
- Revision 1.1 2001/07/11 10:49:25 cranx
- *** empty log message ***
- Revision 1.2 2001/03/26 23:25:02 cranx
- added keyword expansion to be more clear
- */
- ?>
Documentation generated on Mon, 11 Apr 2005 10:59:09 +0100 by phpDocumentor 1.3.0RC3