Page 219 of 211,260, showing 20 records out of 4,225,197 total, starting on record 4,361, ending on 4,380
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 00:10 | thestaff | but it'd be nice to have something like a model reader to check my data and repost it |
# | Aug 8th 2008, 00:12 | thestaff | everybody dead here ? |
# | Aug 8th 2008, 00:14 | infantigniter | thestaff: i just read about this today one second |
# | Aug 8th 2008, 00:15 | thestaff | kool |
# | Aug 8th 2008, 00:15 | infantigniter | thestaff: http://book.cakephp.org/view/432/postconditions there you go exactly what the doctor ordered |
# | Aug 8th 2008, 00:15 | infantigniter | now, i know everybody's dead, but how the hell can i make cake stop not-putting quotes around my varchar conditions |
# | Aug 8th 2008, 00:16 | infantigniter | it's so aggravating, the SQL won't work cause of it |
# | Aug 8th 2008, 00:16 | thestaff | like what ? |
# | Aug 8th 2008, 00:17 | thestaff | how by the way what you gave me works only for 1.2 |
# | Aug 8th 2008, 00:17 | thestaff | does this mean I have to upgrade ? |
# | Aug 8th 2008, 00:18 | infantigniter | thestaff: i would recommend migrating to 1.2 in any case |
# | Aug 8th 2008, 00:19 | infantigniter | thestaff: have you done a lot of development in 1.1 already? |
# | Aug 8th 2008, 00:19 | thestaff | yeah but my projet is almost done |
# | Aug 8th 2008, 00:19 | thestaff | yeah i shouda started with 1.2 |
# | Aug 8th 2008, 00:19 | thestaff | but i'm 90%done |
# | Aug 8th 2008, 00:20 | infantigniter | thestaff: well, two options. (a) politically correct suggestion, migrate to 1.2. it's not hard to do and there's good articles on how. most of your old stuff will work, and those that are severe will generate errors and you'll be able to fix them |
# | Aug 8th 2008, 00:21 | thestaff | well the first reason I use 1.1 was cuz it was the only one compatible with the server I use |
# | Aug 8th 2008, 00:21 | thestaff | which is free but restained |
# | Aug 8th 2008, 00:21 | infantigniter | or (b) you could check what that postConditions stuff references that is v1.2-specific, and go into the 1.2 source files and update those references. could end up making you pull your hair out, might be really really easy and be a couple lines |
# | Aug 8th 2008, 00:21 | infantigniter | well look at choice (b) then :) or (c) build your own helper. actually it might be easier than all of those ideas to just build your own helper while looking at the coding for postConditions |