Re: [phplib] template parsing order From: Alex Black (enigma <email protected>)
Date: 05/10/01

> In PHPLIB templates, FAST_TEMPLATES and others,
>
> can the insertion points contain PHP to be assembled and then the whole
> file is parsed?
> i.e., the insertion point can be an include of other code before
> execution?

the only way I can see that being possible is to do an exec() on the code,
outputbuffer it, and then pass the ob to the parser, but that's kludgey as
hell and I don't know if exec will take entire files with markup :)

_alex

--
alex black, ceo
enigma <email protected>

the turing studio, inc. http://www.turingstudio.com

vox+510.666.0074 fax+510.666.0093

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>