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

How Get A variable in side tpl file which is assigned in php

 
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 -> Tips and Tricks
View previous topic :: View next topic  
Author Message
vignesh
Smarty n00b


Joined: 16 Jul 2009
Posts: 1

PostPosted: Thu Jul 16, 2009 3:48 am    Post subject: How Get A variable in side tpl file which is assigned in php Reply with quote

Very Happy


Hi...

I did assign a variable in index.php

i am displayed the
header.tpl
index.tpl
footer.tpl

like $smarty->display(header.tpl); $smarty->display(index.tpl);$smarty->display(footer.tpl);

this TPL files are displayed in index.php

i am assign a variable in index.php

like $smarty->assign('my_var','This is a variable declear by vignesh');

i am writing php script inside the tpl file. like {php} echo $my_var; {/php}

But this not display value.

This is possible method... if it is wrong.. plz tell correct format for this value display...

Thank you,
Back to top
View user's profile Send private message Send e-mail
elpmis
Smarty Elite


Joined: 07 Jun 2007
Posts: 321

PostPosted: Thu Jul 16, 2009 6:31 am    Post subject: Re: How Get A variable in side tpl file which is assigned in Reply with quote

vignesh wrote:

i am assign a variable in index.php

like $smarty->assign('my_var','This is a variable declear by vignesh');

i am writing php script inside the tpl file. like {php} echo $my_var; {/php}


Have you read the manual Cool ?

You can use to Smarty assigned vars easy with {$my_var} Wink .

http://www.smarty.net/manual/en/api.assign.php

For using {php ... {/php} you have to check your settings for php handling.

http://www.smarty.net/manual/en/variable.php.handling.php

If you want to get Smarty vars inside php you have to use

Code:
$my_smarty_var = $smarty->get_template_vars('my_var');


http://www.smarty.net/manual/en/api.get.template.vars.php

Hope that helps ...
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 -> Tips and Tricks 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