2009年11月14日星期六

[fw-mvc] Re: Chaining Hostname and REST Routes

I should add that assembling the route with those same parameters
gives the expected result:

die(
$chainedRoute->assemble(
array (
'module' => 'checkout',
'controller' => 'order',
'action' => 'get',
'id' => 'some-id',
)
)
);

correctly gives me:

http://example.com/checkout/order/some-id

The problem is that during dispatching it can't seem to figure out the
correct parameters from the URL.

Thanks,
Bradley

--
Bradley Holt
bradley.holt@foundline.com

没有评论: