You are here

property Smarty::$force_compile in Quiz 6.6

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

This forces templates to compile every time. Useful for development or debugging.

Type: boolean

File

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

Class

Smarty
@package Smarty

Code

var $force_compile = false;