Zend Frameworks $this->url() adding extra parameters - how to fix

what i was doing

echo $this->url(array('controller'='pages','action'='about'));

the correct way for zend framework $this->url links</p>

echo $this->url(array('controller'='pages','action'='about'),null,true);

thanks stackoverflow http://stackoverflow.com/questions/4215295/zend-framework-url-view-helper-adds-id-by-default

Justin Kelly

Justin Kelly

Data Engineeer, Business Analytics, Web Developer, Library Technology specialising in PHP and Tableau

Based in Melbourne, Australia

Feel free to contact me justin@kelly.org.au or _justin_kelly