I am developing an API for C2DM to send push messages to Android devices. I have an API in PHP5 and I want to convert it to CakePHP 2.0.
How to create a model in CakePHP that does not apply to a table in a database? Is it possible to create such a model and controller to control it?
Or is there any existing cloud messaging code (C2DM) in CakePHP?
Thanks in advance.
source share