I'm trying to understand how HMENU "conf" works with custom functions, 
but I'm looping around and around.

I 've this TS configuration:

     10 = HMENU
     10 {
      special = userfunction
      special {
         userFunc = my_class->my_start
         displayPage = 200
      }

      1 = TMENU
      1 {
        itemArrayProcFunc = my_class->my_array
        expAll = 1
        ...........
      }

In my_start function, I can access displayPid parameter with this statement:
       $my_Pid = $conf['displayPage']

After this, within the same start funcion, I'm starting a menu building 
loop, and I'trying to access the expAll parameter in TMENU 1.
I'm trying every possible combination: $this->conf, $this-mconf, parent, 
grandmother, but it does not work, and documentation is absolutely unclear.

Can anyone explain me how to access it?

Thanks,

Tonino

-- 
------------------------------------------------------------
        in...@zioni            Interazioni di Antonio Nati 
   http://www.interazioni.it      to...@interazioni.it           
------------------------------------------------------------

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to