在YAG和Typo3中通过UID获取对象

时间:2014-09-21 16:42:51

标签: php typo3 yag

我试图在我的浏览器中重新创建相册对象,我想通过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);

0 个答案:

没有答案