Page 222 of 211,260, showing 20 records out of 4,225,197 total, starting on record 4,421, ending on 4,440
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 01:26 | linked_ | thestaff: i'll try array 'conditions' => (array( 'DATE(date_time_field)' => '2001-01-01') |
# | Aug 8th 2008, 01:26 | linked_ | thestaff: thanks by the way :) |
# | Aug 8th 2008, 01:26 | thestaff | linked_, no conditions doesn't work like this |
# | Aug 8th 2008, 01:27 | thestaff | put jsut : array( 'DATE(date_time_field)' => '2001-01-01') |
# | Aug 8th 2008, 01:27 | thestaff | as first param |
# | Aug 8th 2008, 01:27 | thestaff | should be enough |
# | Aug 8th 2008, 01:30 | linked_ | yes, that's what i did ;) |
# | 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:38 | florent | good morning everyone |
# | Aug 8th 2008, 01:39 | florent | guten morgen primeminister |
# | Aug 8th 2008, 01:42 | pgcd | seedbaker: if you use firebug, you can check the response to the ajax request |
# | Aug 8th 2008, 01:43 | pgcd | morning florent |
# | Aug 8th 2008, 01:43 | pgcd | ACTION is freaking out over lightbox |
# | Aug 8th 2008, 01:44 | pgcd | ACTION would appreciate any kind of help making the d*mn thing align with the top of the viewport |
# | Aug 8th 2008, 01:44 | mscdex | hello, where can i find out how to set up a HABTM for a join table that contains two fields that refer to the same model? |
# | Aug 8th 2008, 01:46 | pgcd | mscdex: i think you can search for something to do with self joins, even though i haven't read anything on the topic yet |
# | Aug 8th 2008, 01:48 | pgcd | mscdex: you can also try with using an alias for the name of the associated model, maybe |
# | Aug 8th 2008, 01:49 | mscdex | hmm |
# | Aug 8th 2008, 01:50 | pgcd | i'm not sure i explained myself, but: |
# | Aug 8th 2008, 01:50 | pgcd | you have modelA that needs to self join |