how to use $this->dispatcher->forward with modules?
$this->dispatcher->setModuleName('backend');
return $this->dispatcher->forward(
[
"namespace" => "Application\Controllers\Backend",
"module" => "backend",
"controller" => "node",
"action" => "new",
]
);
don't work
or how saving GET/POST variables on redirection? or redirect with parameters or form data