PEEL Shopping
Open source ecommerce : PEEL Shopping
smarty_internal_compile_debug.php
Go to the documentation of this file.
1 <?php
20 
28  public function compile($args, $compiler)
29  {
30  // check and get attributes
31  $_attr = $this->getAttributes($compiler, $args);
32 
33  // compile always as nocache
34  $compiler->tag_nocache = true;
35 
36  // display debug template
37  $_output = "<?php \$_smarty_tpl->smarty->loadPlugin('Smarty_Internal_Debug'); Smarty_Internal_Debug::display_debug(\$_smarty_tpl); ?>";
38  return $_output;
39  }
40 
41 }
42 
43 ?>
getAttributes($compiler, $attributes)
This function checks if the attributes passed are valid.
compile($args, $compiler)
Compiles code for the {debug} tag.

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.