Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created January 22, 2011 00:03
Show Gist options
  • Save iammerrick/790677 to your computer and use it in GitHub Desktop.
Save iammerrick/790677 to your computer and use it in GitHub Desktop.
<?php
public function __call($name, $arguments)
{
if($name === 'find_file')
{
return call_user_func_array($name, $arguments);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment