Need Help Install Imagesgallerymanager Extension

Hi,

I am new to the yii framework, and am trying to install the imagesgallerymanager extension (http://www.yiiframework.com/extension/imagesgallerymanager/) and ran into some problems. I was able to download and install the demo provided by the developer of this extension, and get it to work. In the demo the extension is wrapped in a module.

I now want to install the extension in my own project, without the module, but I am having a problem understanding line 4 of the instructions, Add GalleryController to application or module controllerMap.

Any help with this would be greatly appreciated. I contacted the developer for assistance, but he refuses to provide me any help, saying that I should be able to figure it by looking at his demo. I have tried for hours with no success, so I am accessing for help in the forum.

I would like to mention that I was astonished at the attitude of this developer, and his unwillingness to help me out. I was under the impression that this was a community and we were all here to help each other out.

Regards,

Hi Lloyd,

Line 4 means that you should add to your config file


'controllerMap' => array(

                'gallery'=>array(

                    'class'=>'ext.galleryManager.GalleryController',

                    'pageTitle'=>'Gallery administration',

                ),

            ),

outside of ‘components’ section

You could find it in extension comments ;)

http://www.yiiframew…ollerMap-detail