Skip to content

Instantly share code, notes, and snippets.

@rhuanbarreto
Created January 14, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhuanbarreto/f09686b7c2cdc0de36d07556e82820b4 to your computer and use it in GitHub Desktop.
Save rhuanbarreto/f09686b7c2cdc0de36d07556e82820b4 to your computer and use it in GitHub Desktop.
Fast Snippets for Atom PHP
'.text.html':
'Base URL':
'prefix': 'base_url'
'body': '<?=base_url()?>$1'
'Short Echo':
'prefix': 'qw'
'body': '<?=$1?>'
'Code Block':
'prefix': 'qa'
'body': '<?php $1 ?>'
'Permissão':
'prefix': 'if_view'
'body': '<?php if ($1) : ?>'
'endif':
'prefix': 'endif_view'
'body': '<?php endif ?>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment