Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $resources = $modx->getCollection('modResource');
  3. foreach ($resources as $k => $res) {
  4. $resourceData = $res->toArray();
  5. $response = $modx->runProcessor('resource/update', $resourceData );
  6. }
  7. $modx->cacheManager->clearCache();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement