Thread
:
Question about retrieving identity information
View Single Post
#
2
(
permalink
)
07-05-2007, 04:21 AM
Jhorra
Member
Join Date: Jun 2007
Posts: 33
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.
Jhorra
View Public Profile
Send a private message to Jhorra
Find all posts by Jhorra