Re: RE: [SMARTY] modifiers functions
George Miroshnikov <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Organization | Infinity Creative Group |
| Message-ID | <[email protected]> |
Hello Nayra, Sunday, March 13, 2005, 3:15:16 AM, you wrote: NQ> It seems not to work so. If variable is less than 20 characters, truncate NQ> don't modify it, but if it is more than 20, then truncate cut it and add " NQ> ". I need a function that modifies my variable when its length is less than NQ> 20 charaters and adds space characters to make its length 20 characters. :-) You should probably create new custom modifier as a wrapper for PHP's str_pad() function. Cheers, George Miroshnikov. -- Smarty Development Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php