Return to Snippet

Revision: 43704
at March 29, 2011 19:48 by tiw


Initial Code
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
resources.layout.layout = "layout"

resources.dojo.enable = true
resources.dojo.djConfig.parseOnLoad = 1
resources.dojo.localPath= "/js/dojo/dojo.js"
resources.dojo.registerdojostylesheet = true
resources.dojo.requireModule[] = "dojo.io.script"

resources.view.encoding = "UTF-8"
resources.view.basePath = APPLICATION_PATH "/views/"

Initial URL


Initial Description
these setting are not default created by zend tool but necessary for a dojo zf project.

Initial Title
zend framework dojo resource configuration

Initial Tags


Initial Language
PHP