|
From: Aric C. <gre...@pe...> - 2002-10-11 19:13:41
|
Forgot to subscribe myself. :) What you describe would probably work. At least its a short term = solution. We can "patch" the session->url() function (I've done this as an = experiment before and its easy) to basicaly just convert & and ? into = /'s. We would also have to check for any "blank" arguments -- IE = "&category_id=3D&somethingelse=3Detc&" although that really shouldnt be = happening anyway. But a blank like that would throw off everything = after... in the example we'd end up with category_id equaling = somethingelse and etc equaling whatever came next, or nothing, etc.. as = long as kept things consistent like that, and made sure no other /'s got = in there, this should work. |