Difference between #1 and #2 of
thumbsgen and Kohana Image Library together (extends an extension)

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 ha
dve created this file into another folder change this line accordingly
Yii::import($ThumbsGen . '.ThumbsGen');

class ThumbsGenHQ extends ThumbsGen {

//overriden method
[...]
1 0
1 follower
Viewed: 10 350 times
Version: Unknown (update)
Category: How-tos
Last updated by: Kostas Apazidis (KonApaz)
Created on: Oct 29, 2013
Last updated: 10 years ago
Update Article

Revisions

View all history