Jump to content
php.lv forumi

par templeitiem


ezs

Recommended Posts

  • 3 weeks later...

kaapeec izgudrot triisriteni no jauna, njem tach kaadu no 100 un 1 gatavajiem template engineem un uz prieksu.

ja pavisam mazinju enginu, tad rFastTemplate, ja lielu un daudz gribaas izpluust ar templeitiem (visadi ifi, nesteeti loopi utt) tad smarty, kas nu labaak patiik un kuraa situaacijaa labaak der.

Link to comment
Share on other sites

  • 4 months later...

Bez liekas piepūles atkodu:

 

<?php

//$b= @implode(@file('mainigie.php'));

#start: mainiigie

$body ='ezs page';

$title='sad';

#end; mainīgie

 

$tpl['BODY']='$body';

$tpl['TITLE']='$title';

 

ob_start();

?>

 

body: {BODY}<br>title: {TITLE}

 

<?php

$html=ob_get_clean();

foreach($tpl as $key=>$val)

$html=str_replace('{'.$key.'}',$val,$html);

echo $html;

?>

 

..tā kā php esmu tikai iesācējs, tad: arī šis kods priekš manis bija jaunums.

Ceru, ka piedosiet man par izkrāsošanu! :)

Link to comment
Share on other sites

×
×
  • Create New...