Created
January 21, 2017 11:11
-
-
Save zhabinka/a5b2268baa99ea4e36759f53cc67740d to your computer and use it in GitHub Desktop.
Отключение кэша в MODX при разработке -
http://webdevkin.ru/posts/modx/uluchshaem-proczessyi-razrabotki-v-modx-revo-rabota-s-git-testovyie-okruzheniya
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
pluginName DisableCache | |
Вешаем этот плагин на событие OnLoadWebDocument | |
*/ | |
global $modx; | |
$modx->documentObject["cacheable"] = 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment