Afficher un message
Vieux 23/02/2006, 10h08   #2
messju mohr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [SMARTY] Special variables in function calls

On Thu, Feb 23, 2006 at 11:55:53AM +0200, Dep wrote:
> I have a plugin function which produces some output.
> In template it's called in a following way:
>
> {my_function arg1="val1" arg2="val2"}
>
> Is there any way to insert a value of, for example $smarty.get.my_var
> for one of the arguments???
> Lines below cause compiler error.
>
> {my_function arg1="$smarty.get.my_var" arg2="val2"}
> {my_function arg1="{$smarty.get.my_var}" arg2="val2"}


{my_function arg1=$smarty.get.my_var arg2="val2"}
should work fine

for more examples see:
http://smarty.php.net/manual/en/lang...tax.quotes.php

> PS: I know that using directly request vars in templates is not a good
> practice, but this is just an example
>
> Dmitriy
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

  Réponse avec citation
 
Page generated in 0,07816 seconds with 9 queries