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

passing a string

 
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 -> General
View previous topic :: View next topic  
Author Message
cjxxi
Smarty Regular


Joined: 03 Aug 2007
Posts: 40
Location: Fort Worth,Texas

PostPosted: Sat Feb 26, 2011 12:06 pm    Post subject: passing a string Reply with quote

passing a string..

I know this must be simple, but I just ran into this:


in the template i have a link:

{link url="some_link/$string"}


why is string not being evaluates as its current value?.

Also this:

{link url="some_link/$item.id"}

what would be the proper way?.
_________________
CJAX THE PHP AJAX FRAMEWORK AT CJAX.NET
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
rodneyrehm
Administrator


Joined: 30 Mar 2007
Posts: 674
Location: Germany, border to Switzerland

PostPosted: Sat Feb 26, 2011 12:36 pm    Post subject: Reply with quote

In Smarty 2 you can do {link url="some_link/`$string`"} - note the backticks ` (you may have encountered in MySQL). In Smarty 3 you can also do {link url="some_link/{$string}"}, which may be a bit more intuitive
Back to top
View user's profile Send private message Visit poster's website
cjxxi
Smarty Regular


Joined: 03 Aug 2007
Posts: 40
Location: Fort Worth,Texas

PostPosted: Sat Feb 26, 2011 6:16 pm    Post subject: Reply with quote

globe wrote:
In Smarty 2 you can do {link url="some_link/`$string`"} - note the backticks ` (you may have encountered in MySQL). In Smarty 3 you can also do {link url="some_link/{$string}"}, which may be a bit more intuitive


Thanks Wink
_________________
CJAX THE PHP AJAX FRAMEWORK AT CJAX.NET
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
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 -> General 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