I'm trying to perform a PRG action, but it always return the full name of the
controller.

I just follow the example in the docs.

$prg = $this->postRedirectGet();
if ($prg instanceof \Zend\Http\PhpEnvironment\Response) 
{
    return $prg;
}

I'm in this URL: /admin/users/add/
The PRG results in this URL: /admin/Admin\Controller\Users/add/

How can I make it work?




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-2-1-1-Post-Redirect-Get-Plugin-wrong-controller-name-tp4659177.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to