Forums / General / fetching current (logged in) users
Tim Achnitz
Thursday 24 July 2003 6:03:48 am
Is there any function already implemented in eZ which fetches all the users which are currently logged in?
Friday 25 July 2003 2:45:52 am
Ok, seems to be that there is no function or anything already defined in eZ.
By now, I added a few lines to the login.php, that the dates of a users, who logs in, will be stored in a table in my database. That works fine.
But how can I fetch out the datas in a template? Kind of an SQL-Query in a template? thx