Skip to content

Instantly share code, notes, and snippets.

@taiar
Created May 31, 2012 21:54
Show Gist options
  • Save taiar/2846586 to your computer and use it in GitHub Desktop.
Save taiar/2846586 to your computer and use it in GitHub Desktop.
Sublime Text 2 Codeigniter load snippet
<snippet>
<content><![CDATA[\$${1:this}->load->${2:helper}('$4');]]></content>
<tabTrigger>load</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment