libclass.AssocData.php

A simple class library to provide key/value storage and searching. and to include builtin caching

Classes

AssocDataNode A node containing associative data.
AssocData A class to manage associative data. Particularly useful for storing data for which there are up to 3 hierarchical keys in the database and retrieving that data at a later date. This class automatically serializes and de-serializes complex types such as arrays or objects.