Re: How to Create API's user CakePHP

2011-07-17 Thread Graham Weldon
The CakePHP book provides some pretty good and concise information about how to implement a rest API with your existing codebase. Take a look through this, and if you have any specific questions, feel free to ask :-) http://book.cakephp.org/view/1238/REST Cheers, Graham (predominant) On Jul 14,

How to Create API's user CakePHP

2011-07-14 Thread Brandon
I believe I have set up CakePHP properly but for some reason I do not know how to start user CakePHP to start developing my api. I know I want to use REST for my api calls. What would be a quick way to get my api up and running with CakePHP. It is important to get this going with little downtime