From 87bd76e861460b64a1123560ca20279bbd902491 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 18 May 2012 15:30:46 -0500 Subject: [PATCH] [zendframework/zf2#1293] Move view template down a directory - View scripts for controller actions should resolve based on the module namespace --- .../Application/view/application/index/index.phtml | 25 ++++++++++++++++++++ module/Application/view/index/index.phtml | 25 -------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 module/Application/view/application/index/index.phtml delete mode 100644 module/Application/view/index/index.phtml diff --git a/module/Application/view/application/index/index.phtml b/module/Application/view/application/index/index.phtml new file mode 100644 index 0000000..c9ba100 --- /dev/null +++ b/module/Application/view/application/index/index.phtml @@ -0,0 +1,25 @@ +
+

Welcome to Zend Framework 2

+

Congratulations! You have successfully installed the ZF2 Skeleton Application. You are currently running Zend Framework version . This skeleton can serve as a simple starting point for you to begin building your application on ZF2.

+

Fork Zend Framework 2 on GitHub »

+
+ +
+
+

Follow Development

+

Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework webiste which provides links to the ZF2 wiki, dev blog, issue tracker, and much more. This is a great resource for staying up to date with the latest developments!

+

ZF2 Development Portal »

+ +
+
+

Discover Modules

+

The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available on GitHub. The site is currently live and currently contains a list of some of the modules already available for ZF2.

+

Explore ZF2 Modules »

+
+
+ +

Help & Support

+

If you need any help or support while developing with ZF2, you may reach us via IRC: #zftalk.2 on Freenode. We'd love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the mailing lists.

+

Ping us on IRC »

+
+
diff --git a/module/Application/view/index/index.phtml b/module/Application/view/index/index.phtml deleted file mode 100644 index c9ba100..0000000 --- a/module/Application/view/index/index.phtml +++ /dev/null @@ -1,25 +0,0 @@ -
-

Welcome to Zend Framework 2

-

Congratulations! You have successfully installed the ZF2 Skeleton Application. You are currently running Zend Framework version . This skeleton can serve as a simple starting point for you to begin building your application on ZF2.

-

Fork Zend Framework 2 on GitHub »

-
- -
-
-

Follow Development

-

Zend Framework 2 is under active development. If you are interested in following the development of ZF2, there is a special ZF2 portal on the official Zend Framework webiste which provides links to the ZF2 wiki, dev blog, issue tracker, and much more. This is a great resource for staying up to date with the latest developments!

-

ZF2 Development Portal »

- -
-
-

Discover Modules

-

The community is working on developing a community site to serve as a repository and gallery for ZF2 modules. The project is available on GitHub. The site is currently live and currently contains a list of some of the modules already available for ZF2.

-

Explore ZF2 Modules »

-
-
- -

Help & Support

-

If you need any help or support while developing with ZF2, you may reach us via IRC: #zftalk.2 on Freenode. We'd love to hear any questions or feedback you may have regarding the beta releases. Alternatively, you may subscribe and post questions to the mailing lists.

-

Ping us on IRC »

-
-
-- 1.7.10.4