Re: [SMARTY] Special variables in function calls

"Сергей Глазырин" <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
{my_function arg1="{$smarty.get.my_var}" arg2="val2"} - this is true variant of used GLOBAL variables in your template function.
-----Original Message-----
From: Dep <[email protected]>
To: [email protected]
Date: Thu, 23 Feb 2006 11:55:53 +0200
Subject: [SMARTY] Special variables in function calls

> 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"}
> 
> 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
> 
> 
> 
    

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.