Tag Archives: dojo

Creating a dojo.store.JsonRest backend server using ZendFramework (PHP)

Dojo & Zend Framework logos

The Dojo Object Store API is the emerging standard for supplying data to dojo widgets. Based on the W3C’s IndexedDB object store API, that we will start seeing native browser support for as HTML5 gets adopted, it provides a solid, … Continue reading

Posted in JavaScript | Tagged , , , , , | 11 Comments

Using dijit.Tree with the new Dojo Object Store (dojo.store)

A dijit.Tree

A colleague asked me today how a dijit.Tree can be used with the new dojo.store architecture, which will supersede the legacy dojo.data architecture. Every tutorial he found on the web used ItemFileReadStore, which implements the old standard. Later that day … Continue reading

Posted in JavaScript | Tagged , , , | 9 Comments