Page 111 of 211,239, showing 20 records out of 4,224,775 total, starting on record 2,201, ending on 2,220
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 04:26 | stevieboy | i dont use the thickbox-thingy, so i cant really test is |
# | Aug 7th 2008, 04:26 | stevieboy | *it |
# | Aug 7th 2008, 04:26 | batcoder-7 | whats the max you guys ever got done in 5 hours ? |
# | Aug 7th 2008, 04:27 | poluta1 | i can't modify AppModel model class attributes |
# | Aug 7th 2008, 04:27 | thestaff | what do you use ? |
# | Aug 7th 2008, 04:27 | pgcd | Ok, so set::extract works great to make lists - what I can't seem to do without a foreach is having the list turned into a list of links, instead of strings... |
# | Aug 7th 2008, 04:28 | stevieboy | pgcd: maybe array_combine helps? |
# | Aug 7th 2008, 04:28 | pgcd | htmlhelper->link doesn't work with arrays, does it? |
# | Aug 7th 2008, 04:28 | JeffEmbracedDC | when using 'With' associations - is it possible to set up afterSave functions? |
# | Aug 7th 2008, 04:29 | poluta1 | Martz: ok thank Martz.. i'am waiting :) |
# | Aug 7th 2008, 04:29 | stevieboy | pgcd: do you see foreach as sth evil? you keep avoiding it |
# | Aug 7th 2008, 04:29 | pgcd | stevieboy: well, I could certainly extract both the ids and the names, but i fail to see how combining the arrays would help... |
# | Aug 7th 2008, 04:29 | pgcd | stevieboy: yep, i admit to being a bit wary of foreach... |
# | Aug 7th 2008, 04:30 | stevieboy | pgcd: lol, i cant see why. it's like the one with the guy who says "continue" is evil in loops |
# | Aug 7th 2008, 04:30 | JeffEmbracedDC | foreach is okay but it's usually not as fast as other loop methods . |
# | Aug 7th 2008, 04:30 | pgcd | stevieboy: somehow i feel i shouldn't have it in my views... |
# | Aug 7th 2008, 04:30 | Martz | poluta1: something like this - also read the comments in top. = 'foo'; would be the logic to grab whatever you want from Session::read() http://bin.cakephp.org/view/1267003022 |
# | Aug 7th 2008, 04:31 | stevieboy | pgcd: that's just wrong,imho |
# | Aug 7th 2008, 04:31 | pgcd | stevieboy: we belong to the church of "Everything should be on one line", probably =) |
# | Aug 7th 2008, 04:31 | JeffEmbracedDC | hey martz ... you familiar with 'with' associations for join tables? |