Form Caches

From IHRIS Wiki
Revision as of 13:26, 27 August 2009 by Litlfred (talk | contribs) (Created page with 'The data for a form ''XXXXX'' may be cached into a table ''hippo_XXXXX.'' This hippo table can be used for: *To generate reports to [[Custom Reporting -- An Overview | Custom Re...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The data for a form XXXXX may be cached into a table hippo_XXXXX. This hippo table can be used for:

Hippo Table Structure

If a form XXXXX has a field YYYYY then the hippo_XXXXX table will have a column `XXXXX+YYYYY.` There is also a column `XXXXX+id` containing the id of the form and a column `XXXXX+parent` containing the parent form, if any.

Cache Times