sorry for my bad english, i'm from Russia
began to learn zend framework 2... Sample in controller, readAction():
use Zend\View\Helper\Url;
....
$helperUrl = new Url();
$address = $helperUrl('news', array('action' => 'index'));
As a result, thrown exception:
Zend\View\Exception\RuntimeException
File:
W:\home\zf2\vendor\zendframework\
zendframework\library\Zend\View\Helper\Url.php:80
Message:
No RouteStackInterface instance provided
Please, help me. what I'm doing wrong?