Date: 10/23/00
- Next message: Mike Payson: "[phplib] Nested Blocks Question"
- Previous message: Dominic Paschke: "[phplib] Mistake in the example auth_loginform()????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hallo
$tpl->pparse("out","index");
should be the same as
$tpl->parse("out","index");
$tpl->p("out");
but this is not so.
pparse ignore the use of the keaywords "remove, keep, comment", because
the function finish never appears in pparse.
with parse and p is all ok.
Is this really a bug ? I think there is a small bug in template.inc line
102.
-- Markus Wagner email: e9425758 <email protected> Hobby: 747 Jumbo-Jet, Pontiac--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Mike Payson: "[phplib] Nested Blocks Question"
- Previous message: Dominic Paschke: "[phplib] Mistake in the example auth_loginform()????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

