[TYPO3-mvc] Re: static_info_tables / injectCountryRepository

Philipp Wrann philippwrann at gmail.com
Wed Jul 15 11:36:58 CEST 2015


Flush your system caches (install tool)

While developing you might want to set the Reflection Cache to a NullBackend.

If you use TYPO3 6, use the @inject meta tag

/**
* @var \SJBR\StaticInfoTables\Domain\Repository\CountryRepository
* @inject
*/
protected $countryRepository;

That way you dont have to write the method


More information about the TYPO3-project-typo3v4mvc mailing list