Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Tom-Davidson edited this page Nov 19, 2010 · 3 revisions

Adapters: Included are 2 adapters, Set the adapter you want to use in /index.php

  1. SimpleWebDBNull - Will just return true to all requests, a good example to build your own adapter from
  2. SimpleWebDBSession - Data is stored in php's $_SESSION superglobal, great if you want to segregate users from each other for temporary data storage.

To Do:

  • Convert getList to use SPL iterators.
  • phpUnit test for SimpleWebDBNull as an example and SimpleWebDBSession for real use
  • Add GPL licence info to README
Clone this wiki locally