PEEL Shopping
Open source ecommerce : PEEL Shopping
modifiercompiler.lower.php
Go to the documentation of this file.
1 <?php
22 function smarty_modifiercompiler_lower($params, $compiler)
23 {
24  if (Smarty::$_MBSTRING) {
25  return 'mb_strtolower(' . $params[0] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')' ;
26  }
27  // no MBString fallback
28  return 'strtolower(' . $params[0] . ')';
29 }
30 
31 ?>
static $_MBSTRING
Flag denoting if Multibyte String functions are available.
smarty_modifiercompiler_lower($params, $compiler)
Smarty lower modifier plugin.
static $_CHARSET
The character set to adhere to (e.g.

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:16 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.