04-09-2011, 10:08 AM
[eluser]gowrav vishwakarma[/eluser]
in any of your controller (made in xCIDEveloper) to know the current user logged in use the follwoing line..
Here in xCIdeveloer you can use seamless working of joomla and CI...
in any of your controller (made in xCIDEveloper) to know the current user logged in use the follwoing line..
Code:
$current_user_id=JFactory::getUser()->id;