# |
Aug 8th 2008, 01:43 |
pgcd |
ACTION is freaking out over lightbox |
# |
Aug 8th 2008, 01:43 |
pgcd |
morning florent |
# |
Aug 8th 2008, 01:42 |
pgcd |
seedbaker: if you use firebug, you can check the response to the ajax request |
# |
Aug 8th 2008, 01:39 |
florent |
guten morgen primeminister |
# |
Aug 8th 2008, 01:38 |
florent |
good morning everyone |
# |
Aug 8th 2008, 01:36 |
seedbaker |
hello, iam using cake and AJAX ... how to get database error with cake...i usually use mysql_error() ... but when i debug, it doesn't show up.. |
# |
Aug 8th 2008, 01:30 |
linked_ |
yes, that's what i did ;) |
# |
Aug 8th 2008, 01:27 |
thestaff |
should be enough |
# |
Aug 8th 2008, 01:27 |
thestaff |
as first param |
# |
Aug 8th 2008, 01:27 |
thestaff |
put jsut : array( 'DATE(date_time_field)' => '2001-01-01') |
# |
Aug 8th 2008, 01:26 |
thestaff |
linked_, no conditions doesn't work like this |
# |
Aug 8th 2008, 01:26 |
linked_ |
thestaff: thanks by the way :) |
# |
Aug 8th 2008, 01:26 |
linked_ |
thestaff: i'll try array 'conditions' => (array( 'DATE(date_time_field)' => '2001-01-01') |
# |
Aug 8th 2008, 01:25 |
thestaff |
findBySql ? |
# |
Aug 8th 2008, 01:24 |
thestaff |
doesn't work for you ? |
# |
Aug 8th 2008, 01:24 |
thestaff |
how about find > |
# |
Aug 8th 2008, 01:23 |
thestaff |
i'm 1.1 :-( |
# |
Aug 8th 2008, 01:23 |
thestaff |
might be |
# |
Aug 8th 2008, 01:23 |
linked_ |
thestaff: isn't it deprecated in 1.2? |
# |
Aug 8th 2008, 01:22 |
linked_ |
gee...the CakeBot knows my response :) |
# |
Aug 8th 2008, 01:21 |
thestaff |
linked_, generateList() ;-) |
# |
Aug 8th 2008, 01:21 |
linked_ |
hi. how can i make the query "WHERE DATE(date_time_field) = 2007-01-01" in find conditions? |
# |
Aug 8th 2008, 01:20 |
pgcd |
i have a wide-ranging question... if all my models have four fields in common (hidden, deleted, visible_from, visible_to), can I add a method to appModel so that they alway get checked? would that be the cake way? |
# |
Aug 8th 2008, 01:19 |
thestaff |
gwoo, how would you do it ? |
# |
Aug 8th 2008, 01:18 |
thestaff |
and I get a sql error |
# |
Aug 8th 2008, 01:17 |
thestaff |
kinda ugly but works |
# |
Aug 8th 2008, 01:17 |
thestaff |
something like this $locations = $this->Item->generateList(null, null, null,'{n}.Item.location', '{n}.Item.location'); |
# |
Aug 8th 2008, 01:17 |
thestaff |
well I've kind figured it out |
# |
Aug 8th 2008, 01:17 |
gwoo |
ok |
# |
Aug 8th 2008, 01:17 |
thestaff |
1.1 |
# |
Aug 8th 2008, 01:17 |
gwoo |
thestaff: are you using 1.2? |
# |
Aug 8th 2008, 01:16 |
pgcd |
ACTION wonders why lightbox screws up in his page |
# |
Aug 8th 2008, 01:11 |
stabb |
ACTION prepares his olympic incubator |
# |
Aug 8th 2008, 01:03 |
thestaff |
but not sure it'd do the job |
# |
Aug 8th 2008, 01:03 |
thestaff |
I'm struggling with generateList |
# |
Aug 8th 2008, 01:02 |
thestaff |
infantigniter, do you know how you select one column of a table without doublon ? |
# |
Aug 8th 2008, 00:49 |
Chezz |
Mathachew : it is fixed in the nightly ... PG works fine with update now |
# |
Aug 8th 2008, 00:35 |
linked_ |
quick question: is there a need for me to define params in my controller function: showlist() if i'll be using named parameters $this->passedArgs[ |
# |
Aug 8th 2008, 00:34 |
linked_ |
greetings |
# |
Aug 8th 2008, 00:28 |
infantigniter |
oh? why would the docs be so misleading |
# |
Aug 8th 2008, 00:26 |
thestaff |
aparently there is postcondition stuff for 1.1 |