[TYPO3-ect] meaning of mesh ?
    Elmar Hinz 
    elmar07 at googlemail.com
       
    Wed Dec 19 12:40:48 CET 2007
    
    
  
Hi Franz,
a short example. 
> can you give some usecase example?
To access informations about the "environment" of the plugin like pageId,
type, current data, ... etc. you use tx_lib_context. If something is
missing you extend tx_lib_context. 
To tell the controller to use your extended class instead of tx_lib_context
you could register it as XCLASS or you configre the mesh setup:
...mesh.context = tx_myExtension_myExtendedContext
It's the same for parameters, pluginSetup, globalSetup ... any property
object.
Regards
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list