Revision #2 has been created by Kostas Apazidis (KonApaz) on Oct 29, 2013, 1:48:07 PM with the memo:
-
« previous (#1)
Changes
Title
unchanged
thumbsgen and Kohana Image Library together (extends an extension)
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
thumbsgen, Kohana, Image, Library, work together, quality, extensions, extending, extended, extends
Content
changed
[...]
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 hadve create
d this file into another folder change this line accordingly
Yii::import($ThumbsGen . '.ThumbsGen');
class ThumbsGenHQ extends ThumbsGen {
//overriden method[...]