Small view tweaks, gitignore update, and error phtml path
authorEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 12:22:11 +0000 (05:22 -0700)
committerEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 12:22:11 +0000 (05:22 -0700)
- error.phtml changed to error/index.phtml
- index view using &raquo;
- add data/cache/.gitignore for merged config caching default path

data/cache/.gitignore [new file with mode: 0644]
modules/Application/src/Application/View/Listener.php
modules/Application/views/index/index.phtml

diff --git a/data/cache/.gitignore b/data/cache/.gitignore
new file mode 100644 (file)
index 0000000..d6b7ef3
--- /dev/null
@@ -0,0 +1,2 @@
+*
+!.gitignore
index a6054c8..8625902 100644 (file)
@@ -209,7 +209,7 @@ class Listener implements ListenerAggregate
                 break;
         }
 
-        $content = $this->view->render('error.phtml', $vars);
+        $content = $this->view->render('error/index.phtml', $vars);
 
         $e->setResult($content);
 
index debe855..e89aa33 100644 (file)
@@ -1 +1,3 @@
-application module -> index controller -> index action
+<strong>Module:</strong>        Application &raquo; 
+<strong>Controller:</strong>    Index &raquo; 
+<strong>Action:</strong>        index