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
没有评论:
发表评论