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

Juozas Kaziukenas' Blog: Zend Framework is NOT bloated

Zend Developer Zone: Zend_Tool and ZF 1.8

Padraic Brady's Blog: Optimise Your Zend_Feed Aggregators With HTTP Conditional GET Support

Richard Thomas' Blog: Direction of Zend Framework?

Jeremy Brown's Blog: 3 Tenets for Implementing a REST API


Community Events











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


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

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