[TYPO3-english] Templavoila field value to userfunc controller

Arun Chandran arunchandran2010 at gmail.com
Tue Jul 7 13:14:44 CEST 2015


Hi All,

I've a custom requirement to pass templavoila field value to userfunction
controller file. I am using Typo3 version 6.2.13 and my configurtaion like
this;

    10 = USER
    10 {
         userFunc = tx_extbase_core_bootstrap->run
         extensionName = ImageGallery
         pluginName = Imagegallery
         vendorName = TYPO3
         controller = Imagegallery
         action = list
         settings.field = field_gallery
    }

In controller file, I've printed $this->settings array and it contains the
"field_gallery" variable. Not replacing the value of the field.

Please help me to achieve the solution.

Thanks,
Arun Chandran


More information about the TYPO3-english mailing list