Created
May 20, 2014 08:36
-
-
Save enis-ismail/6e04835b0e490d3fbf07 to your computer and use it in GitHub Desktop.
NetBeans code templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dump | |
Zend_Debug::dump(${VARIABLE variableFromPreviousAssignment default=""}${selection}${cursor}, null, true); | |
ifip | |
if($_SERVER['REMOTE_ADDR'] == 'yo.ur.ip.he.re') { | |
${selection}${cursor} | |
} | |
mail('[email protected]', 'Debug', print_r(${VARIABLE variableFromPreviousAssignment default=""}${selection}${cursor}, true)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment