Details
Description
if we do $PAGE = new $classname(); before the debugging setup, we will not get any interesting information in case of any problems, moving ![]()
if we do $PAGE = new $classname(); before the debugging setup, we will not get any interesting information in case of any problems, moving ![]()
also we should not pollute global scope with temporary variables in setup.php ==> unset ($classname)