Implementing the DataProviderinterface

Last post 04-27-2005, 3:21 PM by temi. 2 replies.
Sort Posts: Previous Next
  •  04-27-2005, 2:10 PM 6181

    Implementing the DataProviderinterface

    1. Should the ListUserUniqueName() create all users in the database or just the online users?
    2. How often will this method be called?
    3. Im missing some info on what an admin can do/see from other users, or what other roles there are and what they have access to?

    Brgds

  •  04-27-2005, 2:48 PM 6184 in reply to 6181

    Re: Implementing the DataProviderinterface

    temi:
     
    1. should load all users . don't worry about the memory , if you have 10K users , it need about 200K memory .
    2. the cutechat2 would cache the result at runtime . about 1 minute .
    3. the admin could enter the background administrative page . the roles is for feature usage (next minor release)
     
    Regards , Terry .
  •  04-27-2005, 3:21 PM 6189 in reply to 6184

    Re: Implementing the DataProviderinterface

    Thx again for your answer.
     
    So in the current version, there are only 2 roles (user or admin)?
View as RSS news feed in XML