SproutCMS

This is the code documentation for the SproutCMS project

file /sprout/Helpers/ColModifierLookupTable.php

Namespace: Sprout\Helpers

View source


Classes

ColModifierLookupTable

Returns data from a database table.

This is basically than ColModifierLookupArray(Pdb::lookup),
but it doesn't call the Pdb::lookup until right before it's needed,
so if the itemlist doesn't get used, we aren't wasting a db call.