Tips for creating a RESTful API quickly with CakePHP
Before illustrating the development of a RESTful API with CakePHP, it will be worthy to consider two basic questions: what is a RESTful API? What is its use in the real world? Every CakePHP devel...