Created
January 20, 2011 20:35
-
-
Save felipelavinz/788600 to your computer and use it in GitHub Desktop.
komodo snippets
This file contains hidden or 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
// comillas internas | |
'. [[%(w:else:)]] .' | |
// concatenar a $out | |
$out .= '[[%(w:else:)]]'; | |
// imprimir variable | |
echo '<pre>'. print_r([[%(s:orask:Variable a imprimir)]], true) .'</pre>'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment