Skip to content

Instantly share code, notes, and snippets.

@enis-ismail
Created May 20, 2014 08:36
Show Gist options
  • Save enis-ismail/6e04835b0e490d3fbf07 to your computer and use it in GitHub Desktop.
Save enis-ismail/6e04835b0e490d3fbf07 to your computer and use it in GitHub Desktop.
NetBeans code templates
dump
Zend_Debug::dump(${VARIABLE variableFromPreviousAssignment default=""}${selection}${cursor}, null, true);
ifip
if($_SERVER['REMOTE_ADDR'] == 'yo.ur.ip.he.re') {
${selection}${cursor}
}
mail
mail('your.email@gmail.com', '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