if I use the php snippet 'if', how can I do
if ($_REQUEST["
?
Which, in snipped mode, is translated to
if -> tab -req -> tab
the second tab goes to the portion of code of the 'if' snippet, it doesn't create the $_REQUEST variable...
thank you m.
On 26/10/2005, at 20.33, Max wrote:
if I use the php snippet 'if', how can I do
if ($_REQUEST["
? [...] the second tab goes to the portion of code of the 'if' snippet, it doesn't create the $_REQUEST variable...
Currently snippets doesn't nest, so any tab in a snippet placeholder will always advance to next tab stop, rather than expand a snippet.