Welcome Guest, Not a member yet? Register   Sign In
Custom URL handling (just a little)
#1

[eluser]Jupiter[/eluser]
I'd like to parse URLs before CI dows routing. Purpose is take the first level (the controller) out of the URL and use the segments as a tree-like structure to display contents of my database.

Example:

www.mysite.com/shoes/sneakers/nike

should display all rows from my db where
category = 'shoes', type = 'sneakers' and brand = 'nike'.

I cannot setup controllers for every category (because they keep adding up) and I don't want to generally disable the URL-handling. Actually I just want to check, if there is a category matching the first segment and handle it (and in case there isn't - continue with CI URLs as usual).

Any hint where to begin?


Peter


Messages In This Thread
Custom URL handling (just a little) - by El Forum - 03-25-2008, 08:19 AM
Custom URL handling (just a little) - by El Forum - 03-25-2008, 08:25 AM
Custom URL handling (just a little) - by El Forum - 03-25-2008, 09:07 AM
Custom URL handling (just a little) - by El Forum - 03-25-2008, 09:25 AM
Custom URL handling (just a little) - by El Forum - 03-25-2008, 01:14 PM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 04:52 AM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 06:55 AM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 07:20 AM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 07:26 AM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 07:49 AM
Custom URL handling (just a little) - by El Forum - 03-29-2008, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB