I am thinking of using backbone.js framework with Yii,specially for CRUD purposes.I don't want to lose all the benefits that the GridView or ListView provide,yet I am a little confused on how to use them as BackBone.View ,since they are coupled with their own javascript . I have to override the default yii javascript of these widgets in Backbone.sync which takes care of synchronizing data with the server,and I don't know how.I will appreciate any help from Yii ninjas who have succeeded in using backbone.js wth Yii.Thanks in advance .....
↧