Re: [SMARTY] embedded php in a template...
[email protected] ("Jocelyn Legault") Sun, 14 May 2006 12:04:08 -0400
| Newsgroups | php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
For translation, you could have a look at: http://code.jellycan.com/langselect/ It's a really nice transaltion plugin for Smarty. On 5/14/06, D_C <[email protected]> wrote: > > hi list - > > seems there is a GNU extension for handling text translation strings... > > is there a high-performance way to call out to this from within smarty > templates? > eg inside a template i need to call php. > > instead of > -------- > name: {$userName} > > all i can immediately think of is passing in a php object to smarty > that can access the gettext function... but this takes a lot of space > + I'm sure has call overhead: > > {$phpObj->getText("name")} {$userName} > > is ther a way to do a smarty filter that you can pass in a string (not > a variable) to ? > > { "userName"|getText } > > i cant really think of a good way of combining smarty + php ... > > tx, > > /dc > _______________________________________________ > David "DC" Collier > > [email protected] > skype: callto://d3ntaku > http://www.pikkle.com > +81 (0)80 6521 9559 > > http://charajam.com 【★キャラ♪ジャム★】 > 人気キャラとJ-POP最新ヒット曲を自分で組み合わせて > 待受Flashや着Flashを作っちゃおう! > _______________________________________________ > > -- > Smarty General Mailing List (http://smarty.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >