Thursday, September 15, 2011

[Joomla] Check If user logged in

Just realize there this $my variable that conveniently lets you access the user id of a (logged in) user on the site.

if ($my->id) {
  // Do something here
}

Not something fantastic. I just realize this. :p

No comments:

Post a Comment