Addressing extension classes

Permalink
I am tryin to access the UserAttributeKey class to pull the full_name property. i've tried to instantiate it as a class but it has told me no such class. i tired to access its functions thru the user class, but it tells me no such class. any suggestions?

xclydes
 
Tony replied on at Permalink Reply
Tony
Loader::model('user_attributes');
xclydes replied on at Permalink Reply
xclydes
thank you very much. worked like a charm, much appreciated.