thumbsgen and Kohana Image Library together (extends an extension)

Comparing #1 with #2

Content

[...]
2) create a php file (either inside thumbsgen folder or another one) that contains this code


```php
$ThumbsGen = 'ThumbsGen';
Yii::setPathOfAlias($ThumbsGen, dirname(__FILE__)); //if you ha
dve created this file into another folder change this line accordingly
Yii::import($ThumbsGen . '.ThumbsGen');

class ThumbsGenHQ extends ThumbsGen {

//overriden method
[...]