Skip to content

Instantly share code, notes, and snippets.

@felipelavinz
Created January 20, 2011 20:35
Show Gist options
  • Save felipelavinz/788600 to your computer and use it in GitHub Desktop.
Save felipelavinz/788600 to your computer and use it in GitHub Desktop.
komodo snippets
// 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