thumbsgen and Kohana Image Library together (extends an extension)

Comparing #1 with #2

Revision #2 was created by Kostas Apazidis (KonApaz) Kostas Apazidis (KonApaz) on Oct 29, 2013, 1:48:07 PM.

-

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
[...]