Sunday, 18 August 2013

Intercepting "call to undefined method" error?

Intercepting "call to undefined method" error?

I'm learning my way into some more advanced programming with PHP.
I've seen that calling an non-existent method produces "call to undefined
method" error.
PHP being quite flexible is there a technique that allows to intercept
this error ? If so, how is this usually done ?

No comments:

Post a Comment