1
0
mirror of synced 2025-01-31 04:21:44 +03:00

fixed typo

This commit is contained in:
phuson 2007-10-01 08:30:25 +00:00
parent e0dedf714f
commit 999988fa69

View File

@ -24,7 +24,7 @@ $cache = new Doctrine_Cache_Memcache(array('servers' => $servers,
'compression' => false)); 'compression' => false));
</code> </code>
Availible options for Memcache driver: Available options for Memcache driver:
||~ Option ||~ Data Type ||~ Default Value ||~ Description || ||~ 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 || || 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 ||