Created
April 28, 2015 00:54
-
-
Save carlosh1989/3a4c01d8bb5adca9ba83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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