descriptionPretty simple and efficient URL routing/matcher
ownercrodas@php.net
last changeSat, 9 Apr 2011 21:20:36 +0000 (9 17:20 -0400)
content tags
add:
README.markdown

CRouting

Yet another URL router/matcher, inspired by Symfony.

I believe I implemented a symfony-like URL routing. In order to keep things faster, instead of dump the rules, it generated PHP code out of it.

TODO:

shortlog
2011-04-09 César D. Rodassome commentsmaster
2011-04-09 César D. Rodascheck method only when it is needed
2011-04-09 César D. RodasSkeleton of the function to have Array-to-URL
2011-04-09 César D. Rodas+ Better code generation, using switch/case rather...
2011-04-08 César D. Rodasminor changes
2011-04-08 César D. Rodas+ Added test for invalid callbacks
2011-04-08 César D. Rodas+ added callback support
2011-04-08 César D. Rodas+ Improved expression generator
2011-04-08 César D. Rodasminor commit, changed some variable names
2011-04-08 César D. Rodas+ Added CRouting_Requirement to separate validation...
2011-04-07 sar D. Rodastodo
2011-04-07 César D. RodasImproved test
2011-04-07 César D. Rodas+ Initial commit
heads
13 years ago master