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
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 25. октобар 2015. у 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.