From: Evan Coury Date: Fri, 30 Sep 2011 12:22:11 +0000 (-0700) Subject: Small view tweaks, gitignore update, and error phtml path X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=bd3d7f7541f51df3906e7a5d3d66b1abc797e996;p=zf2.biz%2Fapplication_blanche.git Small view tweaks, gitignore update, and error phtml path - error.phtml changed to error/index.phtml - index view using » - add data/cache/.gitignore for merged config caching default path --- diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/modules/Application/src/Application/View/Listener.php b/modules/Application/src/Application/View/Listener.php index a6054c8..8625902 100644 --- a/modules/Application/src/Application/View/Listener.php +++ b/modules/Application/src/Application/View/Listener.php @@ -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); diff --git a/modules/Application/views/index/index.phtml b/modules/Application/views/index/index.phtml index debe855..e89aa33 100644 --- a/modules/Application/views/index/index.phtml +++ b/modules/Application/views/index/index.phtml @@ -1 +1,3 @@ -application module -> index controller -> index action +Module: Application » +Controller: Index » +Action: index