dojo 1.7.1 AMD with Zend Framework 1.11

I have been working on a new web application using Zend Framework 1.11 and Dojo. In order to use the AMD loader of dojo 1.7.1, I modified the Zend_Dojo_View_Helper_Dojo to include a flag indicating whether to use the AMD loader or not, and updated Zend_Dojo_View_Helper_Dojo_Container to render the code for the AMD loader, if it has been selected.

Code

Zend_Dojo_View_Helper_Dojo: http://web-notes.wirehopper.com/AMD_Dojo.txt
Zend_Dojo_View_Helper_Dijit: http://web-notes.wirehopper.com/AMD_Dijit.txt
Zend_Dojo_View_Helper_ComboBox: http://web-notes.wirehopper.com/AMD_ComboBox.txt
Zend_Dojo_View_Helper_Dojo_Container: http://web-notes.wirehopper.com/AMD_Container.txt

Default application layout: http://web-notes.wirehopper.com/AMD_default.txt

This is very new code, and it has not been tested with a built version of the javascript. Be sure to make a backup of Zend before applying these changes.

The code is updated frequently, you may want to check back in a few days to see if new code has been posted. Be sure to reload if you’ve visited the pages, since .txt files tend to be cached.

The updates are running well with a non-built version of code. I’m deferring build development.