> From: liveuser-bounces-jG1DcbwcvVYUuug7z7PF4w@xxxxxxxxxxxxxxxx
> [mailto:liveuser-
> bounces-jG1DcbwcvVYUuug7z7PF4w@xxxxxxxxxxxxxxxx] On Behalf Of LIMBOURG Arnaud
> What is the status of the administration classes ?
>
> Matt did a great work on the DB_Complex class but it seems to clash
with
> the
> new layout lukas committed. Plus the class uses things like
>
> // Update user data
> $sql = 'UPDATE
> liveuser_users
> SET
> handle = '.$this->dbc->quote($handle).',
> password = '.$this->dbc->quote($password).',
> type = '.(int)$type.',
> owner_user_id =
'.$this->dbc->quote($owner_user_id).',
> owner_group_id = '.(int)$owner_group_id.',
> is_active = '.$this->dbc->quote(($active ? 'Y'
:
> 'N')).'
> WHERE
> user_id = '.$this->dbc->quote($user_id);
>
> >From what markus explained shouldn't it be liveuser_perm_users ?
>
> Anyway, i'm at a loss with the admin part, can somebody enlighten me ?
Uhm, I havent seen Matt commit anything since I did the MDB admin
classes (correct me if I am wrong). Basically what I did for the MDB
admin class was that I took the DB admin class and refactored them.
Porting them back to DB should be fairly trivial.
Regards,
Lukas
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|