Page 245 of 211,261, showing 20 records out of 4,225,202 total, starting on record 4,881, ending on 4,900
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 09:35 | NOSLOW | gwoo: Ok, well I'll try to work up a test that proves otherwise. That change broke something in my app. |
# | Aug 8th 2008, 09:35 | __mork | i tried to change the application charset to iso-8859-1 |
# | Aug 8th 2008, 09:35 | gwoo | NOSLOW: ok, can you describe your setup? |
# | Aug 8th 2008, 09:36 | __mork | no success |
# | Aug 8th 2008, 09:38 | NOSLOW | gwoo: I'm auto-modelizing the HABTM join table to update an extra field like so: $this->Article->ArticlesTag->saveField('extra_field', $extra_value, false); |
# | Aug 8th 2008, 09:39 | freebox2 | any ideas abou my problem? |
# | Aug 8th 2008, 09:40 | gwoo | NOSLOW: auto-modelizing? |
# | Aug 8th 2008, 09:40 | NOSLOW | gwoo: but it's receiving "article_id" as the primaryKey, instead of leaving it just "id" |
# | Aug 8th 2008, 09:40 | _nate_ | dynamic models |
# | Aug 8th 2008, 09:40 | gwoo | how exactly |
# | Aug 8th 2008, 09:40 | _nate_ | gwoo: that was that thing we were in the middle of fixing |
# | Aug 8th 2008, 09:41 | NOSLOW | I borrowed that term from Mariano's blog post: http://www.cricava.com/blogs/index.php?blog=6andtitle=modelizing_habtm_join_tables_in_cakephp_andmore=1andc=1andtb=1andpb=1 |
# | Aug 8th 2008, 09:41 | gwoo | NOSLOW: you want this back? if (count($this->{$joinClass}->_schema) > 2) |
# | Aug 8th 2008, 09:41 | jerry_and_tom | hi guys |
# | Aug 8th 2008, 09:41 | gwoo | oh man, people listening to mariano again |
# | Aug 8th 2008, 09:41 | NOSLOW | gwoo: I think the problem is a little deeper... |
# | Aug 8th 2008, 09:42 | jerry_and_tom | can somebody tell me how i can use a html helper inside my own helper ... i'v already listet it like this in my helper class ... $restStartDate = mktime(0, 0, 0, date("m",$date) , $prevday+1, date("Y",$date)); |
# | Aug 8th 2008, 09:42 | gwoo | NOSLOW: it sounds like your scenario |
# | Aug 8th 2008, 09:42 | gwoo | you have more than 2 fields |
# | Aug 8th 2008, 09:42 | gwoo | you want the id to be set to id |