PEEL Shopping
Open source ecommerce : PEEL Shopping
modifiercompiler.strip.php
Go to the documentation of this file.
1 <?php
25 function smarty_modifiercompiler_strip($params, $compiler)
26 {
27  if (!isset($params[1])) {
28  $params[1] = "' '";
29  }
30  return "preg_replace('!\s+!" . Smarty::$_UTF8_MODIFIER . "', {$params[1]},{$params[0]})";
31 }
32 
33 ?>
static $_UTF8_MODIFIER
Flag denoting if PCRE should run in UTF-8 mode.
smarty_modifiercompiler_strip($params, $compiler)
Smarty strip modifier plugin.

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.