Call Method From Extensions

Hello. How can I do call a method in SiteController from extensions? I used this extensions http://www.yiiframework.com/extension/fbgallery and want to call some method from there. Thanks

Maybe using this will help you:


Yii::app()->controller;

You can read documentation here: CApplication.controller.