Skip to content

Instantly share code, notes, and snippets.

@veb

veb/untitled Secret

Created January 28, 2015 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veb/0640362738066ea83393 to your computer and use it in GitHub Desktop.
Save veb/0640362738066ea83393 to your computer and use it in GitHub Desktop.
kingy
// controller
function foo() {
return "Sup bro";
}
// view
echo "Hey long time no see $foo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment