Page 64 of 211,237, showing 20 records out of 4,224,739 total, starting on record 1,261, ending on 1,280
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 23:51 | polerin | heh |
# | Aug 6th 2008, 23:51 | tomas- | polywog, is the >= supposed to be in the key (iIncident.modified) instead of the value? |
# | Aug 6th 2008, 23:51 | batcoder-7 | every example i look at for dynamic menus uses a comeltely different method |
# | Aug 6th 2008, 23:51 | batcoder-7 | completely* |
# | Aug 6th 2008, 23:52 | polerin | as I said |
# | Aug 6th 2008, 23:52 | polerin | there's like 50 gazillion ways to do it |
# | Aug 6th 2008, 23:52 | batcoder-7 | yea i see that now |
# | Aug 6th 2008, 23:52 | polywog | tomas-: no, greater than or equal to but i guess it's getting late on my end |
# | Aug 6th 2008, 23:52 | polerin | so, do you have that array that I suggested, or did you go with a different path? |
# | Aug 6th 2008, 23:52 | polywog | ugh |
# | Aug 6th 2008, 23:52 | polywog | n/m |
# | Aug 6th 2008, 23:52 | polywog | well |
# | Aug 6th 2008, 23:52 | polywog | that didn't work either |
# | Aug 6th 2008, 23:53 | polerin | if you decided to do it that way, bin your element or section of code in your layout that does the menu building |
# | Aug 6th 2008, 23:53 | batcoder-7 | polerin: yea i will do it with an array seems like the best way, i wa just looking at other examples |
# | Aug 6th 2008, 23:53 | polywog | the '>' keeps getting lumped in (quoted) with the date |
# | Aug 6th 2008, 23:53 | tomas- | polywog, I mean something like this: $this->Client->Incident->find('all', array('conditions' => array('Incident.modified >= ' => $chartTimes)) |
# | Aug 6th 2008, 23:53 | polerin | yeah, what tomas- said. put the >= in the field, not the value |
# | Aug 6th 2008, 23:53 | polywog | ahhh, it's to the LEFT of the quote, is this new for RC@? |
# | Aug 6th 2008, 23:53 | polywog | rc2 |