Login   Register  
PHP Classes
elePHPant
Icontem

File: _readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of teo rusu  >  IMDb Fetch  >  _readme.txt  >  Download  
File: _readme.txt
Role: Auxiliary data
Content type: text/plain
Description: README file
Class: IMDb Fetch
Fetch information about movies from the IMDb site
Author: By
Last change: added cast retrieving function
Date: 2007-07-14 22:56
Size: 1,257 bytes
 

Contents

Class file image Download
/**********************************\
||================================||
||                                ||
||        IMDbFetch v0.3          ||
||     IMDbFetch.class.php        ||
||              |                 ||
||          - class -             ||
||   by teo rusu                  ||
||   spinicrus@gmail.com          ||
||   http://- :) not yet, no time ||
||                                ||
||================================||
\\************************/////////
                         /////////
                        /////////  

IMDbFetch takes the following infos from IMDb movie database(website):
- movie/show id
- movie/show name
- movie/show relase year
- movie/show directed by
- movie/show writing credits
- movie/show genre
- movie/show user rating
- movie/show runtime
- movie/show users random comment
- movie/show poster image(to binary data)
- movie/show cast

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.example.php" for an example of use.