I'm developing a PHP application using the CakePHP framework. It has a blog type format and I was wondering if there was a way to save data from a collection of posts for offline usage.
To give an example, if a user likes a post and thinks they might be able to use in situations were they are offline, then there would be a save this post button that saves the post data to their local device for later use when they have no network connectivity.
Anybody got any suggestions? TIA.