Skip to content

Instantly share code, notes, and snippets.

@BugBuster1701
Created October 25, 2014 00:28
Show Gist options
  • Save BugBuster1701/339bd09cd03972647f55 to your computer and use it in GitHub Desktop.
Save BugBuster1701/339bd09cd03972647f55 to your computer and use it in GitHub Desktop.
Contao - Rebuild internal cache
// Rebuild internal cache
if (!$GLOBALS['TL_CONFIG']['bypassCache'])
{
$this->import('Automator');
$this->Automator->generateConfigCache();
$this->Automator->generateDcaCache();
$this->Automator->generateDcaExtracts();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment