Hello! What do you think about new proposal "Zend_Application_Resource_Dojo"?
It will resource plugin that helps automate Dojo bootstraping to ZF application. For integrating Dojo only need it add to application.ini (or other config): resources.dojo.djConfig.isDebug = 1 resources.dojo.djConfig.parseOnLoad = 1 resources.dojo.cdnVersion = "1.3.2" resources.dojo.localPath = "/js/dojo-toolkit/dojo/dojo.js" resources.dojo.requireModule[] = "dojo.io.script" resources.dojo.requireModule[] = "dojo.fx" ... and other settings available for setting in Zend_Dojo_View_Helper_Dojo_Container -- Georgy
