Logs for

Page 187 of 211,259, showing 20 records out of 4,225,166 total, starting on record 3,721, ending on 3,740

# At Username Text
# Aug 7th 2008, 16:30 beatzombies teknoid: it means that a contributor has actually contributed the item
# Aug 7th 2008, 16:30 beatzombies teknoid: prior to contributing the item, they have just pledged to contributed said item
# Aug 7th 2008, 16:30 jaredhoyt renan_saddam: you mean, what happens to the data for a form field create w/o formhelper? it's posted to $this->params['form']
# Aug 7th 2008, 16:30 teknoid beatzombies: isn't that the purpose of join table? ... no relation = no contribution?
# Aug 7th 2008, 16:30 jaredhoyt or ['url'] if you're using GET
# Aug 7th 2008, 16:31 beatzombies teknoid: not exactly, the relationship in the join table indicates that the contributor has pledged to contribute the item at a future date
# Aug 7th 2008, 16:31 beatzombies teknoid: when they have actually performed the action of contributing the item, i need to store this
# Aug 7th 2008, 16:31 renan_saddam jaredhoyt: when manipuling model data, without interference of view or controller... will cake generate another value for created field or use m definition?
# Aug 7th 2008, 16:31 teknoid beatzombies: ok
# Aug 7th 2008, 16:31 beatzombies teknoid: does that make sense?
# Aug 7th 2008, 16:31 jaredhoyt renan_saddam: i'm not sure what that question means :D
# Aug 7th 2008, 16:32 beatzombies teknoid: i guess its kind of like storing the state of the contribution
# Aug 7th 2008, 16:32 teknoid beatzombies: yeah, that's fine
# Aug 7th 2008, 16:32 jaredhoyt are you talking about the 'created' and 'modified' columns?
# Aug 7th 2008, 16:32 pgcd_away please please: anybody using lightbox and had a problem with the CSS in cake?
# Aug 7th 2008, 16:32 renan_saddam jaredhoyt: if I do $this->Model->save(array('id' => 1, 'created' => '2008-02-02', 'key' => 'value'));
# Aug 7th 2008, 16:32 renan_saddam jaredhoyt: yeah, of course
# Aug 7th 2008, 16:32 teknoid beatzombies: can you paste your view again?
# Aug 7th 2008, 16:33 renan_saddam jaredhoyt: what will happen with created? will cake generate other value?
# Aug 7th 2008, 16:33 jaredhoyt renan_saddam: ah i see... 'created' and 'modified' are normally saved automagically by cake... i'm not sure what happens if you specify the value yourself, but i'd imagine cake would put precedence on your value