The problem right now is, that view and controller are combined in the new default skin so whenever you want to add something to the model you have to provide your own controller. That said, a lot of plugins have always been doing that, for example "Favorites" makes excessive use of it's own JS stuff with mouseovers, drag'n'drop and everything and if your controller doesn't support that, you're bust. But I'm aware that the MVC paradigm is probably an illusion anyway, but if it is, you can forget about universal skinning AND plugin support since you immediately run into an n:m situation regarding model-controller relations.
-- pippin ------------------------------------------------------------------------ pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777 View this thread: http://forums.slimdevices.com/showthread.php?t=41417 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
