DT
This commit is contained in:
parent
8d37963a5a
commit
3b60a2cf0f
@ -6,7 +6,7 @@ class db
|
|||||||
private $port = 3306;
|
private $port = 3306;
|
||||||
private $user = "root";
|
private $user = "root";
|
||||||
private $passwd = "Lalis_toor";
|
private $passwd = "Lalis_toor";
|
||||||
public $dadabase;
|
public $database;
|
||||||
public $connect;
|
public $connect;
|
||||||
public $result;
|
public $result;
|
||||||
|
|
||||||
|
@ -47,13 +47,13 @@ data
|
|||||||
}
|
}
|
||||||
|
|
||||||
Table oc_users
|
Table oc_users
|
||||||
uid => llx_adherents.login
|
uid => llx_adherent.login
|
||||||
displayname => llx_adherents.firstname llx_adherents.lastname
|
displayname => llx_adherent.firstname llx_adherent.lastname
|
||||||
password => "1|".llx_adherents.pass_crypted
|
password => "1|".llx_adherent.pass_crypted
|
||||||
uid_lower => llx_adherents.login en minuscule
|
uid_lower => llx_adherent.login en minuscule
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
table oc_group_user
|
table oc_group_user
|
||||||
uid (table oc_users) => llx_adherents.login
|
uid (table oc_users) => llx_adherent.login
|
||||||
gid (membres, contributeur) =>llx_adherents.fk_adherent_type 2 => membres 3 =>contributeurs
|
gid (membres, contributeur) =>llx_adherent.fk_adherent_type 2 => membres 3 =>contributeurs
|
||||||
|
Reference in New Issue
Block a user