Skip to content

Instantly share code, notes, and snippets.

View KristianP's full-sized avatar

Kristian Pallerberg KristianP

View GitHub Profile
@KristianP
KristianP / clearcache.snippet.php
Created February 15, 2012 12:32
modx clear cache
<?php
$paths = array(
'config.cache.php',
'sitePublishing.idx.php',
'registry/mgr/workspace/',
'lexicon/',
);
$contexts = $modx->getCollection('modContext');
foreach ($contexts as $context) {