Logs for

Page 186 of 211,259, showing 20 records out of 4,225,166 total, starting on record 3,701, ending on 3,720

# At Username Text
# Aug 7th 2008, 16:21 beatzombies TommyO: do you know of a way to check this?
# Aug 7th 2008, 16:22 teknoid beatzombies: did you set $this->data in your controller?
# Aug 7th 2008, 16:23 beatzombies teknoid: I have done the following: $this->data = $this->Contributor->find("first",$params);
# Aug 7th 2008, 16:23 beatzombies teknoid: Contributor is related to Items by ContributorsItem
# Aug 7th 2008, 16:23 beatzombies teknoid: the query retrieves all the correct information
# Aug 7th 2008, 16:23 jaredhoyt anyone know offhand if Inflector::variable() is used on Session->write('var_name') ?
# Aug 7th 2008, 16:24 beatzombies teknoid: in $params I set the Contributor.id
# Aug 7th 2008, 16:24 teknoid beatzombies: so what do you need to 'check'?
# Aug 7th 2008, 16:24 jaredhoyt would that come out Session->read('var_name') or read('varName')
# Aug 7th 2008, 16:24 pgcd_away beatzombies: is your echo on line 77 outputting the correct value?
# Aug 7th 2008, 16:24 beatzombies teknoid: There is a field in ContributorsItem, contributed, that I would like to check
# Aug 7th 2008, 16:25 beatzombies pgcd_away: yes it is
# Aug 7th 2008, 16:26 beatzombies can i post my controller so that its correctness can be verified?
# Aug 7th 2008, 16:27 teknoid beatzombies: sure... i'm not following the meaning of the contributed field...
# Aug 7th 2008, 16:27 beatzombies http://bin.cakephp.org/view/141751750 (here is my action)
# Aug 7th 2008, 16:28 beatzombies teknoid: the contributed field is just a boolean i want to update in the ContributorsItems table
# Aug 7th 2008, 16:28 beatzombies teknoid: ContributorsItems is a join table that relates Contributors and Items
# Aug 7th 2008, 16:29 beatzombies teknoid: the action I have defined is in the Contributors controller
# Aug 7th 2008, 16:29 renan_saddam what happens if I fill field created by myself?
# Aug 7th 2008, 16:29 teknoid beatzombies: i understand, but what does that field mean?