The CakePHP Blog Tutorial shows a pagination view of all Blog posts.
If in the view mode of a blog entry, how would I show a previous/next link to the posts before and after this one?
Rather than having an index page with all posts listed I would like to click in blog view from post to post
The CakePHP Blog Tutorial shows a pagination view of all Blog posts. If in
Share
From the Manual:
find('neighbors', $params)Example: