1 answer
0 votes
Passing JSON data from controller to JQuery
I have been trying to use $this-Js-set(), without success to pass a query result to JQuery in JSON. Can anyone show me how it is done, or provide a better way? So far, this is how I have been trying the following without success, though surely...
1 answer
0 votes
JSON data lost
Hi I am using Cakephp 1.2 with jquery 1.4, there is a strange problem happening when I moved my application from localhost to my server, which is JSON data being cut off when it has too many records.
For example, when I have json data with 100...
1 answer
0 votes
Ajax pagination using JSON data
Cake has default ajax pagination feature, but the output is in html which is not a good idea and huge amount of data transfer.
I want to use JSON to reduce data transfer. Is there any "ready-made" stuff for pagination using json (and jQuery).
1 answer
-1 votes
how to stop notice 8 undefined index from appearing
i am using cake to generate a json. when the notice appears, the json is no longer valid. I have my debug variable in core set to 0
2 answers
-1 votes
Getting AJAX to work with CakePHP
Hey guys i've been trying to increase the user experience of an application of mine by adding AJAX but i can't seem to find a decent tutorial?
Can anyone help me find a good working tutorial that makes use of cakephp + ajax?
Thanks in advance