Sha256: 5a9ac5f74f1ba138de97eeeefde7c207606b085cfec38e0837b7966a1d6b0ef9

Contents?: true

Size: 835 Bytes

Versions: 7

Compression:

Stored size: 835 Bytes

Contents

/**
 * Method  Collection Individual
 * create  yes        yes  (but different)
 * build   yes        yes  (might be different)
 * find    yes        no
 * loaded  yes        no
 * count   yes        no
 * destroy yes        yes  (but different)
 */


// ExtMVC.model.Adapter.Abstract = {
//   initialize: function(model) {
//     
//   },
//   
//   classMethods: {
//     find: function(options) {
//       
//     },
//     
//     findById: function(id, options) {
//       return this.findByField('id', id, options);
//     },
//     
//     findByField: function(fieldName, matcher, options) {
//       
//     },
//     
//     findAll: function(options) {
//       
//     }
//   },
//   
//   instanceMethods: {
//     save:    Ext.emptyFn,
//     
//     reload:  Ext.emptyFn,
//     
//     destroy: Ext.emptyFn
//   }
// };

Version data entries

7 entries across 6 versions & 1 rubygems

Version Path
extjs-mvc-0.4.0.k test/app/vendor/extjs-mvc/model/adapters/notes.txt
extjs-mvc-0.4.0.k lib/extjs-mvc/src/model/adapters/notes.txt
extjs-mvc-0.4.0.f lib/src/model/adapters/notes.txt
extjs-mvc-0.4.0.e lib/vendor/model/adapters/notes.txt
extjs-mvc-0.4.0.d lib/vendor/model/adapters/notes.txt
extjs-mvc-0.4.0.b lib/js/model/adapters/notes.txt
extjs-mvc-0.4.0.a lib/js/model/adapters/notes.txt