Author: jpic
Date: Fri Feb 15 11:54:49 2008
New Revision: 7381

Log:
Fixed standarts-violations.

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 11:54:49 
2008
@@ -185,11 +185,11 @@
 Or even ::
 
     <?php
-    $parser = new ezcMvcUrlUserInputTieinRequestParser();
-
-    $viewManager = new ezcMvcTemplateTieinHtmlViewManager()
-
-    $router = new ezcMvcUrlUserInputTieinRouter(
+    $parser = new ezcMvcUrlUserInputRequestParser();
+
+    $viewManager = new ezcMvcTemplateHtmlViewManager()
+
+    $router = new ezcMvcUrlUserInputRouter(
         $parser,
         $viewManager
     );
@@ -201,11 +201,10 @@
 
 Controllers have a method looking like : run( ezcMvcInput $input )
 It's up to the controller to figure it's action using $input.
-
 
 ..
    Local Variables:
    mode: rst
    fill-column: 78
    End: 
-   vim: et syn=rst tw=79
+   vim: et syn=rst tw=78


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

Reply via email to