Get Smarty

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Check reviews of PHP Web Hosting, compatible with Smarty Templates

Name

template_exists() — Vérifie si un template spécifique existe

Description

bool template_exists(string template);

Elle accepte soit un chemin vers le template, soit une ressource de type chaîne de caractères spécifiant le nom du template.

Example 13.26. template_exists()

Cet exemple utilise $_GET['page'] pour inclure le contenu d'un template. Si le template n'existe pas, une page d'erreur sera affiché à la place. Le fichier page_container.tpl :


<html>
 <head><title>{$title}</title></head>
 <body>
  {include file='page_top.tpl'}

  {* inclure le contenu du milieu de la page *}
  {include file=$page_mid}

  {include file='page_footer.tpl'}
 </body>
 
   

Et le script PHP


<?php

// Définit le nom du fichier eg index.inc.tpl
$mid_template = $_GET['page'].'.inc.tpl';

if( !$smarty->template_exists($mid_template) ){
   $mid_template = 'page_not_found.inc.tpl';
}
$smarty->assign('page_mid', $mid_template);

$smarty->display('page_container.tpl');

?>

   

Voir aussi display(), fetch(), {include} et {insert}.

Comments
No comments for this page.
Post a Comment
All comments are moderated. Support questions are ignored, use the forums instead.
Author:
Email: (not shown)
What is 12 plus 14? (Are you human?)

Sponsors [info]

Cheap Website Hosting @hostdone.com
email marketing @ActiveCampaign
broadband deals @BroadbandGenie
Best UK Web Hosting @webhost.uk.net
Reliable UK and US Web Hosting @rshosting.com
Cheap US and UK Web Hosting @infrenion.com
I.T Certification Exams @pass-guaranteed.com
Certification Practice Tests @firsttrycertify.com
Certification Practice Exam Questions @ace-it-certifications.com
Broadband Speed Test @broadbandspeed.co.uk
bulk email software @americaint.com
ASP.NET hosting @aspnethosting.co.uk