I’m trying to create a permalink to a comment on a page that uses pagination and sorting by relavance/votes/most reviews. This means that the comment can be on any of the pages. Now I cant seem to figure out how I can create a permalink for a particular comment. Any ideas?
I’m using PHP/mySQL with Codeigniter.
You can use temporary table to do that.
Let’s say you have article controller with show method:
then the permalink might look like this:
Then you grab all you need for your query: