/ Published in: PHP
these setting are not default created by zend tool but necessary for a dojo zf project.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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/"