6.0.0-beta13
4/21/26
  • 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');