CakePHP Stack (Planned)
I'm planning to develop a plugin or component for CakePHP to use with Ext.Direct. Any ideas on how to implement this? Where do you think should I route the requests, to the Controller or directly to the Model? I would like to keep it the Cake-way as much as possible. Like the use of $this->data.
Right now I'm rewriting the API.php for CakePHP. Found out there's a method listObjects() than can retrieve the available objects, be it models, controllers, etc.
If you have any ideas, kindly post them here.
|