Square wheel*

Routes in PHP.

by pstradomski at 2009-07-22 00:10

Yet another small piece of code: implementation of simple route mechanism in PHP: Bitbucket repository.

It doesn't try to be a dispatch mechanism - just returns the list of matching variables (or null if no match) and allows url generation. Couple it with whatever way of finding controllers (classes, functions) you want.

Comments

pstradomski at 2009-07-23 15:41: Additionally, a limited PHP port of my Python form handling library is available on bitbucket now.

Add comment