Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Gestion des variables avec Smarty

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French
View previous topic :: View next topic  
Author Message
syl
Smarty n00b


Joined: 29 Jul 2005
Posts: 4

PostPosted: Fri Jul 29, 2005 3:26 pm    Post subject: Gestion des variables avec Smarty Reply with quote

Bonjour,

Je voudrais exécuter une fonction php sur une variable envoyées à smarty(contenue dans un tableau)

J'ai regardé dans la doc, il y a {php}{/php} mais j'ai pas réussi à le faire fonctionner. Voici un exemple de ce qui ne fonctionne pas :

Code:

      {section name=opt loop=$liste_URL}
         {if $liste_URL[opt] eq $selection_champs}
            <option value="{$liste_URL[opt]}" selected="selected">{php}echo "ok".$liste_URL[opt];{/php} </option>
         {else}
            <option value="{$liste_URL[opt]}">
            {assign var=var1 value=$liste_URL[opt]}
            {$var1}
            </option>
         {/if}
            {php}echo $liste_URL[opt]{/php}
      {/section}


Est-ce qu'il y a un moyen de lancer une fonction php sur une variable php ?


Last edited by syl on Wed May 05, 2010 10:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
telnes
Smarty Rookie


Joined: 09 Aug 2005
Posts: 7

PostPosted: Tue Sep 06, 2005 11:00 am    Post subject: Reply with quote

salut

et si tu fait l'exemple

{php}
echo "test";
{/php}

dans ton tpl ta quoi ?

si ca passe c'est que ton code smarty est hs. de plus je pense pas que se soit la solution d'integré du php dans le tpl ... php -> tpl -> php on revient au départ :/

++
_________________
http://telnesmaster.free.fr LiteTemplate
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP