Author: jpic
Date: Fri Feb 15 12:03:10 2008
New Revision: 7382

Log:
Added question about router-manager.

Modified:
    experimental/MvcTools/design/design.txt

Modified: experimental/MvcTools/design/design.txt
==============================================================================
--- experimental/MvcTools/design/design.txt [iso-8859-1] (original)
+++ experimental/MvcTools/design/design.txt [iso-8859-1] Fri Feb 15 12:03:10 
2008
@@ -196,11 +196,19 @@
 
     $router->run();
 
+Should the router be selected by a router manager ?
+---------------------------------------------------
+
+The router could be selected by a router-manager.
+In that case, some routing mechanism should be in the router manager.
+Router-manager shouldn't be implemented, routers should be factorized instead.
+
 Should the MVC implementation take care of actions/sub-controllers ?
 --------------------------------------------------------------------
 
 Controllers have a method looking like : run( ezcMvcInput $input )
 It's up to the controller to figure it's action using $input.
+
 
 ..
    Local Variables:


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to