6.0.0-alpha14
6/24/25
Last Modified 2/4/14 by Guest

Notes on using HashTable inside a horde app

You need to configure a hash table first - there is a HashTable tab in the Horde config.
If you use Redis, you need the nrk channel Predis package first.

// Retrieve a HashTable Instance
$hashtable = $GLOBALS['injector']->getInstance('Horde_HashTable');