Connexion et amelioration disposition index
This commit is contained in:
parent
4d1d758017
commit
024cf537ed
11 changed files with 109 additions and 34 deletions
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
// Ecrire la requête
|
||||
$strRq = "SELECT project.*,
|
||||
CONCAT(user_firstname, ' ', user_name) AS 'project_creatorname'
|
||||
CONCAT(user_firstname, ' ', user_name) AS 'project_creatorname',
|
||||
user_image
|
||||
FROM project
|
||||
INNER JOIN users ON user_id = project_user";
|
||||
// Pour le where (un seul)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue