[phplib] Problem with examples for template class From: Marko Kaening (marko <email protected>)
Date: 10/13/00

Hi,

did anybody encounter problems with the examples to the template class in
phplib7.2c? I just copied them from the documentation and ran that
example, but... Only the 'page' gets parsed somehow, 'out' stays
unprocessed.

This is the original line:
       $t->parse("out", array("box", "page"));
after which only the page table is visible still with a '{OUT}' show in
clear text.

If I modify it to
       $t->parse("out", array("page","box"));
I get at least the 'box' with its 3 rows parsed correctly, but now the
page certainly is not visible.

It looks like there is some error in those example files.

Any suggestions?

Marko O O
                     0 0
 ------------------m-\o/-m----------------------------------------

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