Kathleen Borja wrote: > I am still working on the Title::newFromRow($row) method to fetch the article > titles. Anyway, how can i know the username logged in mediawiki? How can i use > it in the php code? I would like to insert that value to a table field in my > thesaurus. > > Thanks.^_^
global $wgUser is an User object which contain the current user. _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
