-
Notifications
You must be signed in to change notification settings - Fork 264
Installation
andrewprocter edited this page Mar 7, 2013
·
4 revisions
Installing PHP Thumb is pretty darn simple. Simply download it here:
http://phpthumb.gxdlabs.com/download.php
And extract it into a directory in your app. It doesn't really matter whether you put it in its own folder, or in an existing one, but make sure you maintain the directory structure for everything to function properly.
For example, let's say you've got the following structure:
pre. /app
/lib
/core
...
/doc_root
and you want to install the PHP Thumb library in your lib directory. Simply drop the extracted files into the lib folder, yielding:
pre. /app
/lib
/thumb_plugins
GdThumb.inc.php
ThumbBase.inc.php
ThumbLib.inc.php
...
/core
...
/doc_root
That's it! Like I said, easy ;)