1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 16:07:28 +02:00
parent 8d37963a5a
commit 3b60a2cf0f
2 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -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