/legacy/thumbnail.class.php

Description

PhpThumb Library Definition File

This file contains the definitions for the PhpThumbFactory class. It also includes the other required base class files.

If you've got some auto-loading magic going on elsewhere in your code, feel free to remove the include_once statements at the beginning of this file... just make sure that these files get included one way or another in your code.

PHP Version 5 with GD 2.0+ PhpThumb : PHP Thumb Library <http://phpthumb.gxdlabs.com> Copyright (c) 2009, Ian Selby/Gen X Design

Author(s): Ian Selby <ian@gen-x-design.com>

Licensed under the MIT License Redistributions of files must retain the above copyright notice.

Classes
Class Description
thumbnail PhpThumbFactory Object
Includes
require_once (THUMBLIB_BASE_PATH.'/ThumbBase.inc.php') (line 41)

Include the ThumbBase Class

require_once (THUMBLIB_BASE_PATH.'/GdThumb.inc.php') (line 45)

Include the GdThumb Class

require_once (THUMBLIB_BASE_PATH.'/PhpThumb.inc.php') (line 37)

Include the PhpThumb Class

Constants
THUMBLIB_BASE_PATH = dirname(__FILE__) (line 31)
THUMBLIB_PLUGIN_PATH = THUMBLIB_BASE_PATH.'/thumb_plugins/' (line 32)

Documentation generated on Tue, 09 Aug 2011 09:05:38 +0200 by phpDocumentor 1.4.3