Skip to content

Phally/route_enhancements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RouteEnhancement plugin for CakePHP 1.3

This plugin packs two custom Route classes designed to work with GET parameters and other legacy urls.

The first class (QueryStringParseRoute) is a class to parse and route on GET parameters. The second class
is the RedirectRoute, a route designed to redirect before Controllers are constructed, etc. The
RedirectRoute extends the QueryStringParseRoute, so you can use those options too with the RedirectRoute.

You will probably only need/use the RedirectRoute.

Installation: http://github.com/Phally/route_enhancements/wiki/Installation
Usage & Examples: http://github.com/Phally/route_enhancements/wiki/Usage:-RedirectRoute

Have fun!

About

Two powerful custom route classes for CakePHP 1.3. Should take the pain away when working with legacy URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages