[TYPO3-english] Extbase use 2rd party repository

Christian Tauscher christian.tauscher at media-distillery.de
Sun Aug 6 17:34:14 CEST 2017


After a little odyssee throug namespaces and naming convertions I
finally have a valid debug output that will fit my needs.

<f:debug>{prg}</f:debug>

Extbase Variable Dump:
Tmd\Tmdcinema\Domain\Model\Programprototypepersistent
   info => 'should be Nemesis referencing'
   ....
   movie => Tmd\Tmdmovie\Domain\Model\Movieprototypepersistent
      title => 'Nemesis'
      ....


As you can see this looks goood.

in my fluid-Template

{prg.accMinimum} gives 150
{prg.info} gives 'should be Nemesis referencing'

{prg.movie.title} SOULD give in my opinion 'Nemesis'

--> Extbase Variable Dump NULL

<f:debug>{prg.movie}</f:debug>

--> Extbase Variable Dump, NULL


Whats this about????


Mybe you know, i don't....

:-(


Christian.




More information about the TYPO3-english mailing list