phpbar.de logo

Mailinglisten-Archive

[php] [php]PHPLIB Templates

[php] [php]PHPLIB Templates

Lars Heuer php_(at)_phpcenter.de
Wed, 2 Oct 2002 10:49:09 +0200


Hallo Maik,

> gibt es eine Möglichkeit bei der Templateklasse der PHPLIB Blöcke ineinander
> zu verschachteln?

Ja! :-)

> Ich habe das Problem das ich immer eine Fehlermeldung bekomme wenn ich
> versuche den Block "sub_categorie_entry" zu parsen.
> Fehlermeldung:
> Template Error: loadfile: sub_categorie_entry is not a valid handle.

Du mußt zunächst den innersten (gibt es eine Steigerung von
'inneren'? ;-) ) Block definieren, dann gehst Du eine Ebene nach oben.

> <!-- BEGIN categorie_entry -->
>      <tr>
>         <td>
>            {LINK_CATEGORIE}<br>
>            <!-- BEGIN sub_categorie_entry -->
>             &nbsp;&nbsp;{LINK_SUB_CATEGORIE}<br>
>            <!-- END sub_categorie_entry -->
>         </td>
>       </tr>
> <!-- END categorie_entry -->

Schreibe Deine Blockdefinitionen immer am Anfang der Zeile, also:

<!-- BEGIN category_entry -->
  <tr>
    <td>
<!-- BEGIN sub_category_entry -->
        Bla bla, bla
<!-- END sub_category_entry -->
    </td>
  </tr>
<!-- END category_entry -->


HTH,
Lars

-- 
quiXS!          | http://www.quixs.de
utopiXS!        | http://www.utopixs.de    | digitale Postkarten
phpSlash        | http://www.phpslash.org  | das bessere Weblog


php::bar PHP Wiki   -   Listenarchive