Re: [TYPO3-english] Extbase use 2rd party repository

2017-08-06 Thread Christian Tauscher


Forgett everthing.
This works just fine - really.

Ist amazing what extbase does on its own only whith correct DOC-Comments.

I should programm quite more to get used to this all.


Thank you to the extbase/Fluid Team! This rocks!



Christian.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Extbase use 2rd party repository

2017-08-06 Thread Christian Tauscher
After a little odyssee throug namespaces and naming convertions I
finally have a valid debug output that will fit my needs.

{prg}

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

{prg.movie}

--> Extbase Variable Dump, NULL


Whats this about


Mybe you know, i don't

:-(


Christian.


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english