Page 168 of 211,250, showing 20 records out of 4,225,000 total, starting on record 3,341, ending on 3,360
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 13:09 | thestaff | sorry i didnt read this |
# | Aug 7th 2008, 13:09 | teknoid | beatzombies: what's the question? |
# | Aug 7th 2008, 13:09 | anthony | you have to bind the event after the thinkbox loads the Close button |
# | Aug 7th 2008, 13:09 | thestaff | how ? |
# | Aug 7th 2008, 13:09 | anthony | and read should be ready my typo |
# | Aug 7th 2008, 13:10 | beatzombies | the checkboxes do not accurately reflect the value held in the database |
# | Aug 7th 2008, 13:10 | anthony | i don't know how |
# | Aug 7th 2008, 13:10 | beatzombies | i.e. an item with contributed = 1 does not get checked |
# | Aug 7th 2008, 13:10 | thestaff | anthony, what do you mean you don't know how, is it possible at least ? |
# | Aug 7th 2008, 13:11 | beatzombies | i just started with cakephp so i dont know if the fact that the value is in a join table messses things up |
# | Aug 7th 2008, 13:11 | teknoid | beatzombies: $form->checkbox('ModelName.fieldName'); is all you should need |
# | Aug 7th 2008, 13:11 | anthony | sure it's possible |
# | Aug 7th 2008, 13:12 | beatzombies | teknoid: ok, is it fine if teh form is for a Contributor model and the checkbox value is for a ContributorsItem model? |
# | Aug 7th 2008, 13:12 | teknoid | beatzombies: fyi, model/field notation is deprecated in 1.2, use Model.field |
# | Aug 7th 2008, 13:12 | teknoid | beatzombies: should not matter |
# | Aug 7th 2008, 13:13 | beatzombies | ok, lemme give that shot |
# | Aug 7th 2008, 13:13 | teknoid | beatzombies: that is if you have retrieved the associated data correclty |
# | Aug 7th 2008, 13:13 | beatzombies | i print out the array i retrieve and it appears to be correct |
# | Aug 7th 2008, 13:13 | beatzombies | btw is there a way to automatically append teknoid: to my messages ? |
# | Aug 7th 2008, 13:13 | atula | to declare a function that's not an action do I do function __functionname() in the controller ? |