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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 25 outubro 2015 às 10:44 AM
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.