[TYPO3-mvc] Building a Basket case within an extbase/fluid Extension
Frank Mey
frank.mey at newego.de
Wed Feb 9 16:33:06 CET 2011
Hi list J,
first let me thank you for your very nice extbase_kickstarter. Gave me a
very good start for modeling my domain and build a
scaffold I could learn a lot from how to configure extbase extensions.
I'm now in the stage of implementing a basket case a user can put items in.
I built a session manager and a second repository,
Which represents the items stored in the session while the user is logged
in.
The next step is to handle the "submit basketcase" action. The "simple" task
is that the items should be marked in the original
Item list as "requested". Therefore the items should update the original
items stored in the database (the "default" repository),
So its about updating one repository from another. Does extbase recognize,
which data set should be updated automatically or
do I have to add a unique ID to my repository objects manually ? Any elegant
way to handle it ?
Thx in advance.
------------------------------------------------------------------------
Frank Mey
TYPO3-Entwickler
More information about the TYPO3-project-typo3v4mvc
mailing list