PEEL Shopping
Open source ecommerce : PEEL Shopping
modifiercompiler.default.php
Go to the documentation of this file.
1 <?php
21 function smarty_modifiercompiler_default ($params, $compiler)
22 {
23  $output = $params[0];
24  if (!isset($params[1])) {
25  $params[1] = "''";
26  }
27 
28  array_shift($params);
29  foreach ($params as $param) {
30  $output = '(($tmp = @' . $output . ')===null||$tmp===\'\' ? ' . $param . ' : $tmp)';
31  }
32  return $output;
33 }
34 
35 ?>
smarty_modifiercompiler_default($params, $compiler)
Smarty default 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.