phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?PHP_Lib_Template_Verkn=FCpfungen?=

[php] PHP Lib Template Verknüpfungen

Ivan Schmid php_(at)_phpcenter.de
Thu, 16 May 2002 16:56:34 +0200


Hallo PHP Profis,

Ich versuche mit PHP Lib folgendes Template Beispiel zu machen !
Leider weiss ich da nicht mehr weiter, sicher wäre dies aber möglich.

Hat da jemand bereits eine solche Situation gemeistert ohne parser
Müll im Template B zu haben ?

--- template A ---
  |  --- template B ---
   | Variablen
    || wiederholender Block C
    || ende Block C
  |  --- ende template B ---
--- ende template A ---

PHP Code:
$template->set_file(array(
    A    => "A.tpl",
    B    => "B.tpl",  ));

$template->set_block(??);
parse (??)
pparse(??);


Best Wishes
Ivan Schmid


php::bar PHP Wiki   -   Listenarchive