Wednesday 29 September 2010 1:30:39 am
Hi all, Fetching users the other day, I was just wondering... Why are there two different tables, ezuser and ezuser_setting ? I didn't get deep into code but it looks like the ezuser_setting fields[1] are mandatory for each ezuser records.
This makes the API more painfull as you have to fetch a eZUserSetting object to get those information. This make an extra SQL query to get those informations. This is not a big deal but looks strange, did I miss something ? Some historical background maybe ? [1] is_enabled | max_login
|