Skip to content

Instantly share code, notes, and snippets.

@devmsh
Last active August 29, 2015 14:08
Show Gist options
  • Save devmsh/3ac601081e5854fe278a to your computer and use it in GitHub Desktop.
Save devmsh/3ac601081e5854fe278a to your computer and use it in GitHub Desktop.
<?php
function __autoload($class) {
require $class . '.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment