[TYPO3-english] Re: print_r worries

Nemanja Todic tntprograms at gmail.com
Mon Sep 1 18:55:18 CEST 2014


Hello,

It has something to do with lazyLoading and recursively linked objects in Extbase.

There are two solutions IMO:

* Don't print_r on object collection. Iterate through the collection and print_r only one object at the time.
* Go pro and install debugger like xDebug or any other. It will make your debugging far more easier. 
http://docs.typo3.org/typo3cms/ExtbaseFluidBook/1-Installation/5-debugging-with-xdebug.html

Regards


More information about the TYPO3-english mailing list