pixelead0 / tmdb_v3-PHP-API-

Wrapper in PHP for The Movie Data Base version 3
119 stars 82 forks source link

No ../tmdb-api.php file included, on this code #60

Closed ArmanKT closed 5 years ago

ArmanKT commented 5 years ago

rename TMDB.php to tmdb-api.php ☺

bogdanfinn commented 5 years ago

Sorry, looks like the Filename was changes to TMDB.php and the examples are not updated. See this Commit: https://github.com/pixelead0/tmdb_v3-PHP-API-/commit/8559c67ca203b5b4632d49dd3b541c4eb6c1712d

You can modify the line:

include("../tmdb-api.php");

To

include("../TMDB.php");

Or rename the TMDB.php File in the root directory of this repository.