I am working with custom module of activecollab, I need to know how can I fetch logged in user data with the help of below object
$this->logged_user
or if anyone have another method to grab logged in user then please letme know, I just want to print logged in user info/data on my page
Modified:
When I use this object in model it couldn't work for me, So anyone have idea of any object of logged in user? by that I can grab logged user id or other stuff; and can work with that object in model as well ?