[TYPO3-ect] bug report #5964 and kickstarter__mvc
Elmar Hinz
elmar07 at googlemail.com
Wed Aug 15 09:14:12 CEST 2007
Christian Welzel wrote:
> Hi there,
>
> as i do not understand this bugreport
> http://bugs.typo3.org/view.php?id=5964 very well but do not want to spam
> the bugtracker any further, i ask here.
>
> i think the kickstarter__mvc does currently support plugins of type a) and
> b). But Elmar also mentions a type c). But i cannot see, what type c makes
> so special to be an type of its own.
>
> How could the kickstarter__mvc support generation of plugins of type c) ?
>
> I'm confused.
>
Hi Christian,
I want to show that there are 3 plugins types in 2 architectures.
Architecture 1: Normal plugin
=============================
* type a) Normal plugin with normal FF
Architicture 2: Multiple plugins in one flexform (switch)
=========================================================
* type b) Switch with with FF
* type c) Switchable subplugin without FF
All types have a different nature, because there is an additional parent
child reation (1:N-realation) between b) and c). So while there is one
parent child relation for architectrure 1, there are 2 of such realations
for architcture 2.
Architecture 1: controller --1:N-- action
Architecture 2: switch --1:N-- controller --1:N-- action
One important difference between a) versus b)/c) is that there needs to be
an additional selector for the 1:N realtion between b) and c).
What I don't want to say is, how this can be done on the technical level of
kickstarter__mvc, because I don't know the technical level. On the
technical level all three types can be the same or they may be different.
That is a question of implementation. There are many ways to do it.
Hope it became a little clearer. And sorry that there are still that many
changes of code in the alpha branch. That will end with beta.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list