Closed benrasmusen closed 12 years ago
I'm really hoping this is working with cakephp 2.0 I looked at the network graph from github here, and saw that several people had different commits that were ahead of each other. It might be good to merge in all of those changes.
Is this plugin working with 2.0 now?
I haven't upgraded my current project to CakePHP 2.0 so I can't verify if it's compatible or not. Sorry!
You should use the https://github.com/kvz/cakephp-rest-plugin/tree/cake-2.0 branch for cake 2.0. Will make it say so in the readme as well. Thanks for the fix!
I noticed that the examples were inconsistent and wrong when setting the 'actions' key in the controller component settings.
Neither of the examples has the action extract settings nested in the 'actions' array, which led to some confusion trying to implement the plugin.
Overall this is a great plugin, I just wanted to send this update along to hopefully help future users out. :)
Thanks for the plugin!