flame-org / Modules

Nette modules on the Steroids
http://flame-org.github.io/Modules/
GNU Lesser General Public License v3.0
13 stars 7 forks source link

Added support for routers priorization #23

Closed akadlec closed 9 years ago

akadlec commented 9 years ago

Now if you add number to the tag, this number is used for prioritizing of registered router. Lowe number is lower priority. If no priority is set, then the default is used (100)

jsifalda commented 9 years ago

Great! Can you add support for php 5.3 (arrays syntax)? and do improvement which @matej21 provided please? :) Thank you!

akadlec commented 9 years ago

Ok it is done.

jsifalda commented 9 years ago

Fabulous! Thank you.