[TYPO3-mvc] Domain model records without pid-column
Sebastian Kurfürst
sebastian at typo3.org
Tue May 18 16:47:10 CEST 2010
Hey,
> If it is intended to have a pid column for each model, how to manage a
> request like this?
> - Adding the pid-column for the sys_lockedrecords table? A Lock is not
> related to page i think.
> - Doing the persistence manually inside the service without using a
> domain object and repository?
> - Modelling the sys_lockedrecords table as mm-relation between the
> object the should be inserted there and the assigned BackendUser?
Can we somehow see in TCA if a table has a PID column or not? I guess
yes -- that's why I'd say: In case a table has no PID column, we just
make it work.
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list