View Single Post
  #8 (permalink)  
Old 10-07-2009, 10:12 AM
mune72 mune72 is offline
Active Member
 
Posts: 34
Default

I store the ID in a DB, sometime later I read that ID and I want to retrive the relative account properties: it seems to use
Code:
retAcct = <AccountCacheObject>.getById(my_uid);
Am I right? And how to get that kind of object?

thnaks
Reply With Quote