Re: Change URI "/" Separator to another character.

2008-01-30 Thread MX
That was the most simple solution :D But I just did 2 things. Edited dispatcher.php, function dispatch. And edited Router::url to convert / to _.. :D Thanks a lot On Jan 30, 6:25 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Jan 30, 6:23 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > > > you mig

Re: Change URI "/" Separator to another character.

2008-01-30 Thread AD7six
On Jan 30, 6:23 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > you might also be able to do a string replace in the > app/config/bootstrap.php file on the value of $_GET['url'] I think it > is fired before things go to the dispacher. > if you want to use a different separator here's the 3 po

Re: Change URI "/" Separator to another character.

2008-01-30 Thread Samuel DeVore
you might also be able to do a string replace in the app/config/bootstrap.php file on the value of $_GET['url'] I think it is fired before things go to the dispacher. On Jan 30, 2008 10:07 AM, Tulio Faria <[EMAIL PROTECTED]> wrote: > > I guess you could use routes... > > Like, Router::connect("/

Re: Change URI "/" Separator to another character.

2008-01-30 Thread Tulio Faria
I guess you could use routes... Like, Router::connect("/:controller_:action"); I didnt test it here, but I guess it can work... On 30 jan, 13:40, MX <[EMAIL PROTECTED]> wrote: > Hey folks, > > I searched but this subject is due to return non-related results due > to its keywords. > > Well im wo

Change URI "/" Separator to another character.

2008-01-30 Thread MX
Hey folks, I searched but this subject is due to return non-related results due to its keywords. Well im working for a client which needs to mantain half of the website with the old structure (at least for now). Well I managed to integrate it very well, but comes a part which goes dead end for m