Property |
Type |
Description |
|
$cache_expire |
integer |
If 0 cached pages will never expire |
|
$cachedir |
string |
Directory to store cached pages. This must be writable by the web
server. It doesn't need to be under documentroot. |
|
$converttozip |
boolean |
Convert non-zip cache-files to zip (check file permissions!)? |
|
$debug |
boolean |
Enable debug mode? |
|
$default_agent |
string |
Set the default user agent (if none is detected) |
|
$force_agent |
string |
Enforce the use of a special user agent |
|
$imdb_img_url |
string |
Where the local IMDB images reside (look for the "showtimes/" directory)
This should be either a relative, an absolute, or an URL including the
protocol (e.g. when a different server shall deliver them) |
|
$imdbsite |
|
IMDB domain to use. |
|
$language |
string |
If this option is specified, a Accept-Language header with this value
will be included in requests to IMDb. |
|
$photodir |
string |
This needs to be under documentroot to be able to display them on your pages. |
|
$photoroot |
string |
URL corresponding to photodir, i.e. the URL to the images, i.e. start at
your servers DOCUMENT_ROOT when specifying absolute path |
|
$storecache |
boolean |
Store the pages retrieved for later use? |
|
$throwHttpExceptions |
boolean |
Throw exceptions when a request to fetch some content fails? |
|
$usecache |
boolean |
Use cached pages if available? |
|
$usezip |
boolean |
Use zip compression for caching the retrieved html-files? |
|