6.0.0-beta1
3/4/26
Last Modified 2/4/14 by Guest
  • Backlinks
  • Similar Pages
  • Attachments
  • History
  • Back to

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');