I'm building a site where users can create their own personal ratings of movies. Currently my site uses the php-tmdb-api wrapper to access movie information from TMDB and stores user ratings locally. I am interested in learning how I can store more of the movie information locally to speed things up. How do I go about copying / caching data from tmdb locally? Are there any scripts (php) anyone can point me to.
Kind regards, Jsykes
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 25 de outubro do 2015 ás 10:44AM
Hi jsykes,
I'm fairly certain Michael's php-tmdb-api library supports caching (example). If that's not quite enough and you want to actually store things in your own database, you'll have to integrate that yourself.