[TYPO3-english] Re: problem after update to 6.2 with extension

andreas an.pfeiffer at gmail.com
Thu Mar 27 22:30:46 CET 2014


well, i am not that deep in the code.

thank you for your help. it works for me like:

/**
 * @var \TYPO3\CMS\Extbase\Object\ObjectManager
 */
protected $objectManager;

/**
 * Constructor
 */
public function __construct() {
	$this->objectManager = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\Extbase\Object\ObjectManager');
}

and with

$xyRepository = $this->objectManager->create('Ce\\CeContent\\Domain\\Repository\\xy'Repository');

i can get the data. nice. well, i begin to like 6.2.

thank you.



More information about the TYPO3-english mailing list