View Single Post
  #2 (permalink)  
Old 07-05-2007, 04:21 AM
Jhorra Jhorra is offline
Member
 
Join Date: Jun 2007
Posts: 33
Default

I think I figured it out. You can use:
$store = $auth->getStorage();
$store is an object, so you can then do:
$values = store->read();

$values is then an array of the values.
Reply With Quote