Webservice Behavior
A Model behavior and test case for use with CakePHP 1.2
Web services including pushing and pulling services.
A Model behavior and test case for use with CakePHP 1.2
As webservices grow so does the need for being able to communicate with them in an easy fashion. This simple blog alone uses 2 webservices. The recent tracks at the bottom is a feed I pull from Last.fm and my spam protection is provided by Akismet. When first building my site I looked for an already built solution and found a partial solution in Felix Geisendörfer’s WebModel.