<a href="<?php $this->url(array('controller' => 'page', 'action' => 'page-detail', 'page_id' => $show_today['id']));?>"><?php echo $show_today['id']; ?></a>
Am i syntactically wrong in the above statement. Because the link does not take me anywhere but the same page I am in.
the controller,action and the values are all correct. But the link does not go to the respective page.
maybe an echo is missing?