Skip to content

Instantly share code, notes, and snippets.

@klaussantana
Created September 12, 2012 00:08
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 klaussantana/3703175 to your computer and use it in GitHub Desktop.
Save klaussantana/3703175 to your computer and use it in GitHub Desktop.
<?php
class MinhaClasse
{
public
function HelloWorld()
{
echo 'Hello World';
}
}
nanoMax::Assembly('MinhaClasse');
nanoMax::HelloWorld();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment