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