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
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
25 lokakuu 2015 klo 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.