Date: 05/10/01
- Next message: nathan r. hruby: "Re: [phplib] forum???"
- Previous message: Alex Black: "[phplib] reply-to"
- In reply to: Dennis Gearon: "[phplib] template parsing order"
- Next in thread: wsheldah <email protected>: "Re: [phplib] template parsing order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: nathan r. hruby: "Re: [phplib] forum???"
- Previous message: Alex Black: "[phplib] reply-to"
- In reply to: Dennis Gearon: "[phplib] template parsing order"
- Next in thread: wsheldah <email protected>: "Re: [phplib] template parsing order"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

