Hello,
We have a competition at work where all register their workout.
I use ARI Data Tables to present the results for the whole group.
It's on our intranett, so all have to log in to register. The logged in user name is stored with the data.
Some users want to see their own workout results, but don't want everybody else to see the data.
Is it possible to use the Joomla! user name in the query in any way to get individual queries? Can I use
Code: |
$user = JFactory::getUser();
|
in the SQL query in any way?
Regards,
Arne Kristian