Page 119 of 211,239, showing 20 records out of 4,224,780 total, starting on record 2,361, ending on 2,380
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 05:14 | Martz | poluta1: ah feck. hang on. I was looking at line 11 in wrong paste |
# | Aug 7th 2008, 05:14 | poluta1 | Martz: :D |
# | Aug 7th 2008, 05:15 | poluta1 | Martz: I just don;t understand, if i fill function's params manually, the error not showing |
# | Aug 7th 2008, 05:15 | Martz | poluta1: perhaps because you are setting a variable based on another variable? hrm |
# | Aug 7th 2008, 05:15 | poluta1 | fill manually with a values |
# | Aug 7th 2008, 05:15 | poluta1 | no with a variable |
# | Aug 7th 2008, 05:16 | Martz | poluta1: i would ommit the params and access them directly in the method. |
# | Aug 7th 2008, 05:17 | alkemann | achew22: trying to think out step 1 of your feature request. how where you thinking that the change should be saved? |
# | Aug 7th 2008, 05:17 | Martz | poluta1 so (($isSetCaptcha) andand ($val == $captchaText)) { becomes if (($this->isSetCaptcha) andand ($val == $this->captchaText)) { |
# | Aug 7th 2008, 05:18 | achew22 | alkemann: a very nice sql query |
# | Aug 7th 2008, 05:19 | alkemann | you mean save the old row as an sql query for updating (basically an undo)? |
# | Aug 7th 2008, 05:19 | jessy_ | Hi |
# | Aug 7th 2008, 05:19 | jessy_ | is there a way to get the current database config in a controller ? |
# | Aug 7th 2008, 05:20 | foxmask | Kalt: re |
# | Aug 7th 2008, 05:20 | achew22 | alkemann: Select `columns`, `enumerated`, ((SELECT count(1) WHERE `id` = '$thisId') + 1) as `version` INTO `ShadowTable` from `OrigionalTable` |
# | Aug 7th 2008, 05:20 | foxmask | Kalt: regarde sur le lien ressources tu devrais avoir les boutons google pour ce que tu veux |
# | Aug 7th 2008, 05:20 | foxmask | en les comparant tous 2 tu vois que les ID sont ceux des forum que tu veux suivre |
# | Aug 7th 2008, 05:21 | foxmask | ACTION brb eating |
# | Aug 7th 2008, 05:21 | poluta1 | Martz: Yeaaa... i have do that. But still not working |
# | Aug 7th 2008, 05:22 | alkemann | achew22: i was thinking step 1 as with just the log table and no shadow table |