Calendar

2008年十一月
« 十   十二 »
 12
3456789
10111213141516
17181920212223
24252627282930

Translator

Zend Studio debug Tips

How to Set $_GET and $_POST vars in the debugger

  1. Click on the ‘variables’ tab of your debug window. You will notice a lot of global, server, and environment vairables. Among them, you should see the empty $_GET and $_POST arrays.
  2. Right-click on either array and choose ‘assign value.’ To input an array, type it in this format:array(value1 => foo, value2 => bar, name => ‘James Cricket’)

Leave a reply

  1. You will post the following soon.
    Go ahead and start typing.