Forums / Developer / Best practice on extracting URL params

Best practice on extracting URL params

Author Message

Eirik Alfstad Johansen

Tuesday 20 April 2004 1:11:58 am

Hi guys,

What are your best practices on extracting URL parameters (while we're waiting for 3.4). I'm hoping to accomplish this without creating a separate view or modifying the kernel.

Sincerely,

Eirik Johansen

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Dominik Pich

Thursday 22 April 2004 12:34:03 am

regular expressions!? ez does this sometimes...

Eirik Alfstad Johansen

Thursday 22 April 2004 1:00:29 am

Hi Dominik,

Thanks for the suggestion. As it turns out, I created a module extension with a separate view. This only took about half an hour, and works like a charm. Really looking forward to param fetching functionality in 3.4, though.

Sincerely,

Eirik Johansen
http://www.netmaking.no/

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Silke Fox

Thursday 22 April 2004 6:27:36 am

I needed that feature too and decided to merge it from 3.4 alpha back to 3.3-3.
Yes, I had to change the kernel files, but it works fine for me and will probably work with a "clean" 3.4 as well.
Let me know if someone is interested in this hack and I'll provide a patch for it.

Silke