Created
October 31, 2017 22:51
-
-
Save esimonetti/a99ea05b68cd2586949944c1b24b2921 to your computer and use it in GitHub Desktop.
Forcing custom Sugar Cache to autoload: https://gist.github.com/esimonetti/78999f4dfbac22fd26bab8453a0ed149
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 | |
// Enrico Simonetti | |
// enricosimonetti.com | |
// | |
// 2017-11-01 tested on Sugar 7.9.1.0 | |
// Forcing custom Sugar Cache to autoload: https://gist.github.com/esimonetti/78999f4dfbac22fd26bab8453a0ed149 | |
// | |
// file: custom/Extension/application/Ext/Include/autoload_custom_redis_cache.php | |
SugarAutoloader::addDirectory('custom/include/SugarCache/'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment