Logs for

Page 198 of 211,259, showing 20 records out of 4,225,171 total, starting on record 3,941, ending on 3,960

# At Username Text
# Aug 7th 2008, 20:53 markstory it has feelings too.
# Aug 7th 2008, 20:53 zeeneo unsure, not done a findAllBy...
# Aug 7th 2008, 20:53 zeeneo SamuraiDio, try it and find out
# Aug 7th 2008, 20:54 markstory and replying to it lets you know that all is well.
# Aug 7th 2008, 20:54 zeeneo yeah, generally { success:true }
# Aug 7th 2008, 20:54 infantigniter markstory: lol. because my script only NEEDS to send data, not receive it. it sends a rating and some associated data; javascript does the updating of the page that sent the data. i don't need anything back. and i can't figure out how to send things back :)
# Aug 7th 2008, 20:54 infantigniter well, "things" in this case being a minimal amount of data, like a 3 digit number
# Aug 7th 2008, 20:54 zeeneo infantigniter, you'd send the success of receiving the data
# Aug 7th 2008, 20:55 infantigniter oh, i understand
# Aug 7th 2008, 20:56 zeeneo so then in your onSuccess(r) { if(r.json.success != true) { alert('arg'); } }
# Aug 7th 2008, 20:56 markstory infantigniter: if you want quick and dirty echo 'foo'
# Aug 7th 2008, 20:56 zeeneo something like that, can't remember the parameter and it depends what you're using
# Aug 7th 2008, 20:56 markstory and set $this->autoRender = false
# Aug 7th 2008, 20:56 lqdice__ markstory: err have you used swfupload before w/ Auth?
# Aug 7th 2008, 20:56 lqdice__ its giving me a hard time
# Aug 7th 2008, 20:56 infantigniter cakephp seems to be doing that automagically at this point. but it also sends the entire view page. how can i stop that? (trust me i spent a half hour searching before i decided to bother the chat)
# Aug 7th 2008, 20:56 markstory lqdice__: nope.
# Aug 7th 2008, 20:56 infantigniter markstory: thanks you answered me before i really asked
# Aug 7th 2008, 20:56 markstory swfupload can be a pain as it doesn't send sessions.'
# Aug 7th 2008, 20:56 zeeneo lqdice__, it doesn't send the session cookie when you send data