/**********************************\
||================================||
|| ||
|| IMDbFetch v0.1 ||
|| IMDbFetch.class.php ||
|| | ||
|| - class - ||
|| by teo rusu ||
|| hide@address.com ||
|| http://- :) not yet, no time ||
|| ||
||================================||
\\************************/////////
/////////
/////////
IMDbFetch it's a PHP class, based on the
Snoopy class(http://snoopy.sourceforge.net/).
IMDbFetch takes the following infos from IMDb movie database(website):
- movie id
- movie name
- movie relase year
- movie directed by
- movie writing credits
- movie genre
- movie user rating
- movie runtime
- movie users random comment
- movie poster image(to binary file)
This class it's intended only for experimental/learning purposes.
This class is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
USE:
Please take a look inside "IMDbFetch.php" for an example of use.