Code |
Context$name = "File"
function __loadEngine($name) {
if (!class_exists($name . 'Engine')) {
require LIBS . DS . 'cache' . DS . strtolower($name) . '.php';
Cache::__loadEngine() - CORE/cake/libs/cache.php, line 84
Cache::__loadEngine() - CORE/cake/libs/cache.php, line 84
Cache::engine() - CORE/cake/libs/cache.php, line 152
Cache::config() - CORE/cake/libs/cache.php, line 126
include - APP/config/core.php, line 226
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 648
Configure::getInstance() - CORE/cake/libs/configure.php, line 137
include - CORE/cake/bootstrap.php, line 43
[main] - APP/webroot/index.php, line 81