Skip to content

Instantly share code, notes, and snippets.

@carlosh1989
Created April 28, 2015 00:54
Show Gist options
  • Save carlosh1989/3a4c01d8bb5adca9ba83 to your computer and use it in GitHub Desktop.
Save carlosh1989/3a4c01d8bb5adca9ba83 to your computer and use it in GitHub Desktop.
<snippet>
<content>
<![CDATA[
public function ${2:seccion}_${3:vista}()
{
${1:this}->recursos->theme('${4:perfil}','${2:seccion}','${3:vista}','');
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>crearv</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
@carlosh1989
Copy link
Author

Tiene la función de generar una vista rápidamente partiendo de los parámetros para ubicar el tema y estilo que ya estas establecidos. Sirve con easy-codeigniter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment