Problem with URL encoded parameters in URL view helper
- by Richard Knop
So my problem is kinda weird, it only occurs when I test the application offline (on my PC with WampServer), the same code works 100% correctly online.
Here is how I use the helper (just example):
<a href="<?php
echo $this->url(array('module' => 'admin',
'controller' => 'index',
'action'…