Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-09-18T08:46:43.000+0000
After a brief discussion on IRC (#zftalk.dev @ freenode) we've decided not to include this functionality in ZF. If you want to use configuration stuff in your views though you are advised to either use an action plugin, controller plugin or view helper, because the way Zend_View has been set up is to get everything from helpers, plugins, etc, which would make a configuration target "tricky".
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-09-18T08:46:43.000+0000
After a brief discussion on IRC (#zftalk.dev @ freenode) we've decided not to include this functionality in ZF. If you want to use configuration stuff in your views though you are advised to either use an action plugin, controller plugin or view helper, because the way Zend_View has been set up is to get everything from helpers, plugins, etc, which would make a configuration target "tricky".
-- Resolving as won't fix