Page 36 of 211,234, showing 20 records out of 4,224,661 total, starting on record 701, ending on 720
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 18:59 | renan_saddam | from the table |
# | Aug 6th 2008, 18:59 | renan_saddam | sorry, let me double check |
# | Aug 6th 2008, 19:00 | snizwickit | actually, it changed back to textboxes after I removed the $uses variable from the controller |
# | Aug 6th 2008, 19:00 | snizwickit | er |
# | Aug 6th 2008, 19:01 | snizwickit | changed back to checkboxes |
# | Aug 6th 2008, 19:03 | TommyO | snizwickit: you really shouldn't need $uses anyway |
# | Aug 6th 2008, 19:04 | TommyO | snizwickit: did your $uses array include the default Model? |
# | Aug 6th 2008, 19:04 | snizwickit | TommyO: yeah, and I need the $uses for another query in the action |
# | Aug 6th 2008, 19:04 | TommyO | really? why? can't reach through associations? |
# | Aug 6th 2008, 19:04 | polerin | TommyO: heh |
# | Aug 6th 2008, 19:04 | TommyO | $uses is an override that should be avoided |
# | Aug 6th 2008, 19:06 | TommyO | more often than not a need for $uses is a process that needs rethinking, imho |
# | Aug 6th 2008, 19:08 | TommyO | polerin: figure out your containable puzzle? |
# | Aug 6th 2008, 19:09 | polerin | TommyO: haven't tested it yet, but i'm thinking it has to do with $runtime |
# | Aug 6th 2008, 19:09 | polerin | no? |
# | Aug 6th 2008, 19:09 | TommyO | no... idea :) |
# | Aug 6th 2008, 19:10 | TommyO | that was for my lazy benefit, not a rtfm :) |
# | Aug 6th 2008, 19:11 | polerin | hehe |
# | Aug 6th 2008, 19:11 | polerin | I was taking a break and playing some cs:s |
# | Aug 6th 2008, 19:12 | snizwickit | well my model "Projects" has a foreign key to my other model "AeVersions" |