[TYPO3-mvc] Extbase and BE

Jochen Rau jochen.rau at typoplanet.de
Wed Sep 16 00:15:45 CEST 2009


Hi.

Ревенко С.В. wrote:
> Does persistence framework work in BE modules?
>
> I try next code
>
> $manufacturer = new Tx_RevaShop_Domain_Model_Manufacturer();
> $manufacturer->setTitle('Test manufacturer');
>
> $manufacturerRepository = new
> Tx_RevaShop_Repository_ManufacturerRepository();
> $manufacturerRepository->add($manufacturer);
>
> but nothing is changes in database. I missing something? Or currently
> Extbase persistence framework don't work in BE?
>
> Also, how I can specify in BE pid where records need to be stored?

Bastian worked on the support for BE modules the last days. It should 
work now although it is still in an experimental state.

Regards
Jochen

-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list