phpDocumentor Smarty
plugins
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file function.var_dump.php

Documentation is available at function.var_dump.php

  1. <?php
  2. /** @package Smarty
  3. @subpackage plugins */
  4.  
  5. /**
  6.  * Smarty plugin
  7.  * -------------------------------------------------------------
  8.  * Type:     function
  9.  * Name:     assign
  10.  * Purpose:  assign a value to a template variable
  11.  * -------------------------------------------------------------
  12.  */
  13. function smarty_function_var_dump($params&$smarty)
  14. {
  15.     var_dump('<pre>',$params,'</pre>');
  16. }
  17.  
  18. /* vim: set expandtab: */
  19.  
  20. ?>

Documentation generated on Tue, 24 Oct 2006 09:22:43 -0500 by phpDocumentor 1.3.1