How should I create my HTML5 Manifest using Zend Framework?
I don't think that Zend Framework has any support开发者_Python百科 for the generation of HTML5 Manifest files. How should I go about creating one? I'm assuming I should create a specialized controller to generate it.
Maybe a plugin is more what you need, although you'll still need to have some way to register all your static content but you can use the script and style view helpers to extract some of that information.
精彩评论