Dojo Integration with Yii

Hi all, am quite new to yii, but not PHP Development, i use Zend Framework but fell in love with yii, as it helps me create reusable and plug-able widgets,modules, behavior however i have a big issue how to create a Widget powered with the Dojo toolkit because its my primary Front-end toolkit i work with, i was wondering if anyone had a simple guide or tutorial to go about it. thank you all

Yii is shipped with JQuery by default.

You should take a look @ extensions

You should be able to achieve this using client script you must register it.

Couple of pointers to help you:

  • The client class itself
  • Ext dojo

If you have your own script/version you are happy with, just register it.

Good luck