Skip to content

Instantly share code, notes, and snippets.

@tomjn
Last active December 21, 2015 09:19
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 tomjn/0855aa644cd10e3067cf to your computer and use it in GitHub Desktop.
Save tomjn/0855aa644cd10e3067cf to your computer and use it in GitHub Desktop.
<?php
class MyClass {
function __construct() {
.. This is where stuff gets done ..
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment