[TYPO3-german]  Re:  plugin-Konfiguration in $conf übergeben klappt nicht
    Christian Wolff 
    Chris at connye.com
       
    Fri Nov  2 14:29:16 CET 2007
    
    
  
On Fri, 02 Nov 2007 12:50:29 +0100, Bernd Hückstädt  
<akademie at joytopia.net> wrote:
> Hallo zusammen,
>
> irgendwie stehe ich heute auf dem Schlauch.
>
> Ich beginne gerade eine Extension mit dem Kickstarter und will testen,  
> ob die Plugin-Konfiguration übergeben wird.
>
> Extension-Key: joymailer
>
> Setup:
>
> plugin.tx_joymailer_pi1 {
> testConf = bla
> }
>
>
> php-Script:
> $content.= 'Test: ';
> $content.= $conf['testConf'];
>
>
> Es wird nur "Test: " ausgegeben.
>
> Was mache ich falsch?
> Muss man sonst noch irgendwas tun, damit die Plugin-Konfiguration in  
> $conf übergeben wird?
>
> Viele Grüße
> Bernd
>
hallo bernd,
die funktion ist debug ist für solche sachen schon relativ hilfreich
debug($conf); sollte dir das gesamte conf array als nette tabelle ausgeben.
um zu gucken was genau mit deiner conf nicht stimt ist das ideal.
eigedich sieht es nämlich so aus als hättest du bei deinem test alles  
reichtig gemacht.
gruss chris
-- 
Christian Wolff // Berlin
http://www.connye.com
Latest Projects:
http://www.flycall.de | http://www.atr24.de | http://www.titanic.de
    
    
More information about the TYPO3-german
mailing list