Logs for

Page 183 of 211,259, showing 20 records out of 4,225,166 total, starting on record 3,641, ending on 3,660

# At Username Text
# Aug 7th 2008, 16:03 beatzombies pgcd_away: i just tried that and still no luck
# Aug 7th 2008, 16:04 pgcd_away beatzombies: i think it should be something like: $form->checkbox('contributed', $item['ContributorsItem']['contributed'])
# Aug 7th 2008, 16:04 beatzombies pgcd_away: hmm ok, lemme give that shot
# Aug 7th 2008, 16:04 pgcd_away possibly the second parameter needs to be an array
# Aug 7th 2008, 16:06 beatzombies pgcd_away: yeah, i think it does, got a fatal error. do you know what the array keys should be?
# Aug 7th 2008, 16:08 beatzombies pgcd_away: the following does NOT work: $form->checkbox('contributed', array("value" => 1, "checked"=> $item['ContributorsItem']['contributed']));
# Aug 7th 2008, 16:08 pgcd_away beatzombies: wait, i must have got it wrong. did you try something like a foreach($item['Item'] as) echo $html->checkbox('ContributorsItem.done')?
# Aug 7th 2008, 16:09 pgcd_away (not to copy and paste, of course)?
# Aug 7th 2008, 16:09 beatzombies ill paste what im doing
# Aug 7th 2008, 16:09 TommyO the API might help
# Aug 7th 2008, 16:09 jaredhoyt anyone have a good recommendation on cheap payment gateway/merchant account combo (doesn't have to be from the same company)?
# Aug 7th 2008, 16:10 beatzombies pgcd_away: http://bin.cakephp.org/view/1024482603
# Aug 7th 2008, 16:10 jaredhoyt boss wants to shop around the $30/month 2.2-2.9 cent + .30 per transaction w/ paypal
# Aug 7th 2008, 16:10 beatzombies pgcd_away: the first foreach
# Aug 7th 2008, 16:10 _psychic_ jaredhoyt: besides paypal, I've used Authorize.net
# Aug 7th 2008, 16:10 jaredhoyt _psychic_: just gateway or w/ merchant account
# Aug 7th 2008, 16:10 beatzombies TommyO: i tried looking in the cakephp book for info about the checkbox, but it was not that extensive. Do you know of somewhere else i can look?
# Aug 7th 2008, 16:10 jaredhoyt and do you remember price ballpark? they make you call for it
# Aug 7th 2008, 16:11 jaredhoyt i hate that... when companies won't list prices on their site
# Aug 7th 2008, 16:11 _psychic_ me too