c9s / Pux

Pux is a fast PHP Router and includes out-of-box controller tools
MIT License
1.27k stars 81 forks source link

Add more information to the route callback structure #97

Open c9s opened 9 years ago

c9s commented 9 years ago

Current supported route types:

  1. Closure
  2. [Controller, Action]
  3. [Class, method]
  4. [Object, method]
  5. function()