loadsys / CakePHP-Serializers

A solution to serialize CakePHP response to JSON and correspondingly deserialize JSON into CakePHP data arrays, designed primarily around building REST APIs with Ember and Ember Data.
MIT License
6 stars 1 forks source link

F/ember data improvements #44

Closed justinyost closed 9 years ago

justinyost commented 9 years ago

Closes #41

Adds a new View Class, this both sloves Issue #41 as well as presents a possible start of a solution to Issue #23.

This custom View Class requires a change in any applications currently using this plugin when updating, however it is backwards compatible if the fix isn't needed. The README was updated to reflect this change.