我试图在我的浏览器中重新创建相册对象,我想通过UID或Gallery UID获取相册,但我无法弄清楚要使用的模型和方法或它的位置。
我在视图助手中尝试了这个,但我没有成功:
$albumRepository = t3lib_div::makeInstance('Tx_Extbase_Object_ObjectManager')
->get('Tx_Yag_Domain_Repository_AlbumRepository'); /** @var $albumRepository Tx_Yag_Domain_Repository_AlbumRepository */
$albums = $albumRepository->findByGallery(5);