Sublime Snippet for CodeIgniter loading.
<snippet>
<content><![CDATA[
\$this->load->${1}('${2}'${3:, '${4}'});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cil</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.html, source.php</scope>
</snippet>