jmathai / epiphany

A micro PHP framework that's fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.
https://github.com/jmathai/epiphany
Other
686 stars 139 forks source link

Updated callback mechanism to allow __callStatic magic methods #92

Open jannispl opened 10 years ago

jannispl commented 10 years ago

This change allows you to have a __callStatic magic method in a class that can handle route callbacks.