Commit 999988fa authored by phuson's avatar phuson

fixed typo

parent e0dedf71
......@@ -24,7 +24,7 @@ $cache = new Doctrine_Cache_Memcache(array('servers' => $servers,
'compression' => false));
</code>
Availible options for Memcache driver:
Available options for Memcache driver:
||~ Option ||~ Data Type ||~ Default Value ||~ Description ||
|| servers || array || array(array('host' => 'localhost','port' => 11211, 'persistent' => true)) || An array of memcached servers ; each memcached server is described by an associative array : 'host' => (string) : the name of the memcached server, 'port' => (int) : the port of the memcached server, 'persistent' => (bool) : use or not persistent connections to this memcached server ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment