Hi Kevin, Thanks for your feedback !
Kevin Waterson wrote: > On Thu, 2008-02-21 at 10:56 +0100, Thomas Nunninger wrote: > > > - I'm still not sure if we need controller multiplicity at all. I guess, > > it's a problem of my limited phantasie/experience as I can't imagine a > > situation where I need it. But if we have only one controller, we only > > have one output - I guess, this will reduce complexity. > > Please allow me to show my newbness and suggest a scenario. > If I have a controller to handle loading, then need to have that > method load another (admin) router/controller how would this be done? > eg: Admin page is loaded. Then select from menu to load admin panel for > blog and then for edit_blog_entry. You could either use ajax and use one request per controller. But you could load all the controllers at once for a client-level safe interface - if we implement controller-multiplicity. Regards, James. -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
