[TYPO3-mvc] Extbase Lazy Loading

Christian Kuhn lolli at schwarzbu.ch
Fri Sep 6 11:43:26 CEST 2013


On 09/05/2013 02:57 PM, Philipp wrote:
> if you debug the model the lazy proeprties will be loaded. I didnt look
> at LazyLoadingProxy but i think its a magic getter or something, that
> loads the real instance when requested.

Exactly. lazy loading is "transparent": As soon as you access any "lazy 
loaded" data, it will be loaded. This is triggered by debug calls, too.

Regards
Christian


More information about the TYPO3-project-typo3v4mvc mailing list