Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page function.pndebug.php

Procedural File: function.pndebug.php

Source Location: /pnRender/plugins/function.pndebug.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: function.pndebug.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2004, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








smarty_function_pndebug [line 38]

string smarty_function_pndebug( array $params, object &$smarty, string $output, string $template)

Smarty function to display a Zikula specific debug window

This function shows a Zikula debug window if the user has sufficient access rights

You need to have: modulename::debug .* ACCESS_ADMIN permission to see this.

Example <!--[ pndebug ]-->




Tags:

return:  

debug output

This plugin is basing on the original debug plugin written by Monte Ohrt <monte@ispi.net>

author:  Frank Schummertz
since:  23/08/2004


Parameters

array   $params   All attributes passed to this function from the template
object   &$smarty   Reference to the Smarty object
string   $output   if html, show debug in rendered page, otherwise open popup window
string   $template   specify different debug template, default pndebug.html, must be stored in pnRender/pntemplates
[ Top ]


Packages:

Files:

Classes: