Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created November 21, 2012 22:55
Show Gist options
  • Save ryanneufeld/4128379 to your computer and use it in GitHub Desktop.
Save ryanneufeld/4128379 to your computer and use it in GitHub Desktop.
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Enable memcache
|--------------------------------------------------------------------------
|
| $config['memcache'] = true|false;
|
*/
$config['memcache'] = false;
/*
|--------------------------------------------------------------------------
| Root of the cache key tree
|--------------------------------------------------------------------------
|
| $config['memcache'] = 'ml';
|
*/
$config['cache_tree_root'] = 'ml';
A PHP Error was encountered
Severity: Warning
Message: array_merge(): Argument #1 is not an array<
Filename: core/Config.php
Line Number: 145
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment