[Typo3-german] Aufruf eines Plugins von einem Plugin aus

Peter Russ peter.russ at 4many.net
Tue Nov 8 11:04:17 CET 2005


Fabrizio Branca wrote:

> Ich will hier zB in meinem Plugin ein OpenOffice Dokument darstellen, 
> dass mir ein anderes Plugin für die Frontend-Ausgabe rendered.
> 
> Das Problem ist, dass in $conf erstmal nur der Teil der Konfiguration 
> enthalten ist, der für mein Plugin relevant ist. Aber das scheint nicht 
> das einzige Problem zu sein.
> 
> Hat jemand so etwas schon mal gemacht?
> 
> Viele Grüße,
> 
> Fabrizio

Du suchst so etwas

plugin.tx_plugin1{
	file=
	size=
	...
}
plugin.tx_plugin2{
	tx_plugin1=
	myvalue1=
	myvalue2=
}
plugin.tx_plugin2.tx_plugin1<plugin.tx_plugin1

dann kannst du in deiner Extension mittels $conf['tx_plugin1'] darauf 
zugreifen. What else?

Regs. Peter.


-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ



More information about the TYPO3-german mailing list