You are here

property Smarty::$debugging_ctrl in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/lib/smarty/Smarty.class.php \Smarty::debugging_ctrl

This determines if debugging is enable-able from the browser. <ul> <li>NONE => no debugging control allowed</li> <li>URL => enable debugging when SMARTY_DEBUG is found in the URL.</li> </ul> @link http://www.foo.dom/index.php?SMARTY_DEBUG

Type: string

File

includes/moodle/lib/smarty/Smarty.class.php, line 130

Class

Smarty
@package Smarty

Code

var $debugging_ctrl = 'NONE';