Add parameters while dispatcher forwarding in phalcon
$this->dispatcher->forward([
    ‘controller’ => “Keyproduct”,
    ‘action’ => ‘edit’,
    ‘params’ => [$keyproduct->keyhash]
]);
Original link: Phanix's Blog
$this->dispatcher->forward([
    ‘controller’ => “Keyproduct”,
    ‘action’ => ‘edit’,
    ‘params’ => [$keyproduct->keyhash]
]);
Original link: Phanix's Blog