phpbar.de logo

Mailinglisten-Archive

[php] PHPLIB / template.inc

[php] PHPLIB / template.inc

Jan Lehnardt php_(at)_phpcenter.de
Thu, 9 Aug 2001 13:57:13 +0200


Hi,
On Thu, 9 Aug 2001 13:49:24 +0200
Gloss Mathias <Mathias.Gloss_(at)_start.de> wrote:
> ----- t.php4 ------
> <?php
> require('../lib/phplib-7.2c/php/prepend.php3');
> 
> $o_tpl = new Template("../templates", "keep");
> $o_tpl->set_file(array( "seite" => "t.html"));
> 
> $o_tpl->set_block('seite', 'reihe_a', 'reihe_a_zeilen');

$o_tpl->set_block('reihe_a', 'reihe_b','reihe_b_zeilen');
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-fehlte.
> for ($a=1; $a <=5; $a++){
>   $o_tpl->set_var('wert_a', $a);
> 
>   for ($b=1; $b <=5; $b++){
>     $o_tpl->set_var('wert_b', $b);
>     $o_tpl->parse('reihe_b_zeilen', 'reihe_b', true);
>   }
>   
>   $o_tpl->parse('reihe_a_zeilen', 'reihe_a', true);
> }
> 
> $o_tpl->parse('out','seite');
> $o_tpl->p('out');
> 
> ?>

Jan
--


php::bar PHP Wiki   -   Listenarchive