Re: Trouble with the Router

2007-05-13 Thread Chris Hartjes
On 5/13/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > On 5/13/07, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > > > > Here are the routes that got it working: > > > > http://bin.cakephp.org/view/1621988238 > > > > Crucial to it working was me sending an empty string (instead of null) > > as the

Re: Trouble with the Router

2007-05-13 Thread Chris Hartjes
On 5/13/07, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > > Here are the routes that got it working: > > http://bin.cakephp.org/view/1621988238 > > Crucial to it working was me sending an empty string (instead of null) > as the "action" parameter to Router::url > > Tip of the hat goes to PhpNut f

Re: Trouble with the Router

2007-05-13 Thread Aaron Shafovaloff
Here are the routes that got it working: http://bin.cakephp.org/view/1621988238 Crucial to it working was me sending an empty string (instead of null) as the "action" parameter to Router::url Tip of the hat goes to PhpNut for the help. And the money, as he requested, goes to the Cake Software F

Re: Trouble with the Router

2007-05-13 Thread Chris Hartjes
On 5/13/07, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > > I extensively use Router::url in my application. I'd hope I could use > some sort of regular expression or option in the usage of Router::url > without afterwards modifying what Router::url returns. > > $5 to anyone who can help me with

Re: Trouble with the Router

2007-05-13 Thread Aaron Shafovaloff
Here are some relevant CakeBin pastes: http://bin.cakephp.org/view/1593972132 http://bin.cakephp.org/view/1098672765 When I uncomment the pr($url), I get this: http://bin.cakephp.org/view/706088071 On May 13, 8:27 pm, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > I extensively use Router::u

Re: Trouble with the Router

2007-05-13 Thread Aaron Shafovaloff
I extensively use Router::url in my application. I'd hope I could use some sort of regular expression or option in the usage of Router::url without afterwards modifying what Router::url returns. $5 to anyone who can help me with this problem :-) On May 13, 8:04 pm, Aaron Shafovaloff <[EMAIL PRO