in reply to Another noob making a mess of variable scope....
$twig->parsefile->($AppConfig::configFile); [download]
to:
$twig->parsefile($AppConfig::configFile); [download]