C
|
cgphp 6/3/2012 |
In the "After successful login" event enter the following code: $_SESSION['user_id'] = $data['id_utente'];
$strWhereClause = "id_utente = " . $_SESSION['user_id']; |
M
|
maxcolo author 6/3/2012 |
Thank you thank Cristian optimal solution, the code works correctly, but if I have a user group called Field instead can see the entire contents of two tables. Keep in mind that users or split a table users |