Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Implementation of a [[StorableSet]] which is driven by the results of a database query.

DBStorableSet is a class derived from StorableSet.

Synopsis

uses('store');

Public Methods

  • [[DBStorableSet::__construct]]()
  • [[DBStorableSet::valid]]()
  • [[DBStorableSet::current]]()
  • [[DBStorableSet::key]]()
  • [[DBStorableSet::next]]()
  • [[DBStorableSet::rewind]]()
  • [[DBStorableSet::count]]()

Clone this wiki locally