Simple interaction with my Model class using ajax with jQuery library

2007-08-08 Thread ayampanggang
I want to send data with ajax with jQuery. this data is to be stored inside my ratings table. how should i send the data to my Rating model? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: Simple interaction with my Model class using ajax with jQuery library

2007-08-08 Thread francky06l
You need a serious look to the manual (cakeForge.org). The Controller should handled your posted form (View) and passed to the Model that is in charge of the storage. It's an MVC framework, please check the manual for the basics. Using jQuery or not does not change the way the controller / model