I'm trying to expose some of the functionality of my site in a REST-ful way. Due to the environment set up at my company (a bunch of internal sites, all using a shared CakePHP configuration with an arcane syncing setup, etc.) I am using CakePHP 1.1. Looking at CakePHP documentation I see in version 1.3 there appear to be some features that may be useful to me.
-- But I'm not sure if these will work with 1.1. Anyone familiar with what does and doesn't work in the older versions? Should I create a new model/controller whose job it is to process GET and POST requests, and return JSON/XML (and from this controller, call functions in other Models to submit and retrieve data?) I'm not sure if that is a "Cake" way to do things or not.
Any insight would be appreciated.
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment