Skip to content

Instantly share code, notes, and snippets.

@asika32764
Created May 16, 2013 09:20
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 asika32764/5590524 to your computer and use it in GitHub Desktop.
Save asika32764/5590524 to your computer and use it in GitHub Desktop.
<?php
// Put in viewapi.class.php line 59
if( !is_callable( array($model, $method) ) ) {
ApiError::raiseError(500, "Method: {$class}::{$method} is not exists.");
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment