If I follow what you mean...
Right now, all the get*() functions will return an array if the passed
key's value is an array.
The test*() functions don't support that *yet*.
--
Ed Finkler
http://funkatron.com
AIM: funka7ron
ICQ: 3922133
Skype: funka7ron
--
Ed Finkler
http://funkatron.com
AIM: funka7ron
ICQ: 3922133
Skype: funka7ron
$user = $cage->getRaw('user');
$user_cage = Inspekt_Cage::Factory($user);
or as a one-liner
$user_cage = Inspekt_Cage::Factory($cage->getRaw('user'));
Not that I'd encourage using the getRaw method too often. I can see
the appeal, and will look into adding it. Or, if you want to submit a
patch, go for it!
--
Ed Finkler
http://funkatron.com
AIM: funka7ron
ICQ: 3922133
Skype: funka7ron