[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty plugin
File Size: | 65 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
smarty_modifier_capitalize($string, $uc_digits = false, $lc_rest = false) X-Ref |
Smarty capitalize modifier plugin Type: modifier<br> Name: capitalize<br> Purpose: capitalize words in the string {@internal {$string|capitalize:true:true} is the fastest option for MBString enabled systems }} author: Monte Ohrt <monte at ohrt dot com> author: Rodney Rehm param: string $string string to capitalize param: boolean $uc_digits also capitalize "x123" to "X123" param: boolean $lc_rest capitalize first letters, lowercase all following letters "aAa" to "Aaa" return: string capitalized string |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |