[TYPO3-mvc] MM-relations? non-persistant Repository?

Sebastian KurfŸürst sebastian at typo3.org
Tue Jul 14 22:39:58 CEST 2009


Hey Christian,

please use Extbase and Fluid from 
https://svn.typo3.org/TYPO3v4/CoreProjects/MVC/, as these versions are 
newer than the ones currently delivered in TYPO3 core.
This should solve your problem.

> 2) The second question is less of a problem, but a theoretical question.
> I created a ProductRepository class in my extension (as far as I 
> understand, this is what handles the db-queries). Like blog_example this 
> class extends Tx_Extbase_Persistence_Repository. If I got it right, this 
> class also checks for changes of the returned objects. But I don't need 
> this functionality, because changes are only made from the backend. So I 
> think it's an overkill to my task. Is there any other base class I could 
> extend for this more simple purpose?
No, just do not change the objects, then the checking is very 
lightweight :-)

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list