[dokuwiki] Is $_GET documented - if so where?

  • From: Chris G <cl@xxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 18 Dec 2010 18:30:21 +0000

I'm using $_GET to retrieve the parameters after a link:-

    somespace:somepage?p1=aaa&p2=bbb&p3=ccc

If I do something like:

            foreach ($_GET as $k => $g)
            {
                <do something with variable $k>
            }

in the render() method of a plugin will I see more than just the
parameters that have been passed in the link to the page where the
plugin syntax is found?  Currently I just see the values for 'p1', 'p2'
and 'p3'.  If other plugins (on the same page) set/use $_GET will I see
their values too?

-- 
Chris Green
-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: