[TYPO3-mvc] Conception: Repository / Models
Christian Baer
chr.baer at googlemail.com
Mon May 17 08:05:20 CEST 2010
Hi,
I have the following setup of a simple application:
- There are videos, that can have comments and ratings.
- And there are users, who can review their ratings and comments.
So the two share the same tables, such as comments or fe_users. Now: How
should I set up my Repositories? Should there be one repository for all?
Or one repository for videos and one for users?
I'm not (yet) familiar with the way how to use repositories as another
layer between controllers and models. Maybe someone could give me a hint?
Kind regards,
Christian
More information about the TYPO3-project-typo3v4mvc
mailing list