From 2436b10d89ba52185faf9d355f51a878a2009a46 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 29 Apr 2007 20:47:02 +0000 Subject: Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications. The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper does not perform the dispatching like these frameworks and therefore can be used with your own router. WWW: http://pear.php.net/package/Net_URL_Mapper/ --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index e031860f1c56..33d66ce93736 100644 --- a/net/Makefile +++ b/net/Makefile @@ -600,6 +600,7 @@ SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_URL + SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Whois -- cgit