A href in view.php
Permalink
Hi
I have a list of news headlines that I want to link to a view that then displays the full article. I'm not sure how to do this via the view, I was trying to give the a href an action to load a function in the controller but I don't think this is right.
How would I make the click of the headline load up another page with the article?
I have a list of news headlines that I want to link to a view that then displays the full article. I'm not sure how to do this via the view, I was trying to give the a href an action to load a function in the controller but I don't think this is right.
echo '<a href="'.$this->action($controller->manageLink()).'">something</a>';
How would I make the click of the headline load up another page with the article?