Page 197 of 211,259, showing 20 records out of 4,225,171 total, starting on record 3,921, ending on 3,940
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 20:30 | polywog | does anyone know how I might be able to do this: Set::extract($incidents, '{n}.Action.{n}.actions_phone') |
# | Aug 7th 2008, 20:40 | zeeneo | oh i like cakebot code :) |
# | Aug 7th 2008, 20:40 | zeeneo | heh |
# | Aug 7th 2008, 20:40 | zeeneo | quick too |
# | Aug 7th 2008, 20:41 | lqdice__ | is it possible to see why the security component is not happy w/ my form ? |
# | Aug 7th 2008, 20:42 | CakeBot | zeeneo: I last saw zeen at 2008-07-20 03:14:53 |
# | Aug 7th 2008, 20:42 | SamuraiDio | will findAllBy...() also be deprecated in 1.2? |
# | Aug 7th 2008, 20:43 | SamuraiDio | well, anyway, i cant 'order' with it |
# | Aug 7th 2008, 20:43 | SamuraiDio | i'll just use find('all') |
# | Aug 7th 2008, 20:44 | SamuraiDio | is 'recursive' bollean on find() params? |
# | Aug 7th 2008, 20:44 | SamuraiDio | or is it the 'how much down should i find'? |
# | Aug 7th 2008, 20:48 | lqdice__ | SamuraiDio: its in the docs |
# | Aug 7th 2008, 20:51 | SamuraiDio | just say that it is an int, i think it's the depth, right? |
# | Aug 7th 2008, 20:52 | zeeneo | ya it's the depth, how many it should recurse through |
# | Aug 7th 2008, 20:52 | infantigniter | do i HAVE to send a response to an ajax request? |
# | Aug 7th 2008, 20:52 | zeeneo | you should do yes |
# | Aug 7th 2008, 20:53 | zeeneo | best practise |
# | Aug 7th 2008, 20:53 | SamuraiDio | is this fine? $cities = $this->Place->City->findAllByStateId($state_id, array('City.id', 'City.name'), 'City.name ASC'); |
# | Aug 7th 2008, 20:53 | markstory | infantigniter: why would you be so mean to AJAX. |
# | Aug 7th 2008, 20:53 | SamuraiDio | i mean, it works, but is ok to set fields and order that way? |