News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
Grouping Zend Framework controllers in subdirectories
April 18, 2011 @ 09:08:25

Robert Basic has a new post today showing you how you can group your controllers in your Zend Framework application into subdirectories for easier organization.

Thanks to a discussion on the Zend Framework mailing list I learned about a new feature, a feature that allows for grouping action controllers in subdirectories! Well, this is more of an unknown and undocumented feature than new, as it is the part of the framework for at least 3 years. Why am I so hyped about this? Because it allows for better code organisation on larger projects. Heck, it might be useful on smaller ones too.

He gives an example of how it might be laid out and a few helpful hints he learned when trying it out:

  • The subdirectory separator in the URI is the underscore and not the slash.
  • The subdirectory name is uppercase: Subdirectory, not subdirectory. In the URI it's lowercase.
  • The view directories for these subdirectories are lowercased, and not uppercase.
0 comments voice your opinion now!
zendframework controller subdirectory group


blog comments powered by Disqus

Similar Posts

Community News: PHP Community Group gets a new site

Matthew Weier O'Phinney's Blog: A Simple Resource Injector for ZF Action Controllers

Alexander Netkachev's Blog: Controller/Action versus Folder/Page

Rob Allen's Blog: Using Action Helpers in Zend Framework

Rob Allen's Blog: Simple Zend_Layout Example


Community Events











Don't see your event here?
Let us know!


release example tool language phpunit community testing framework code application opinion zendframework2 introduction functional podcast unittest series development interview object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework