Page 343 of 211,267, showing 20 records out of 4,225,330 total, starting on record 6,841, ending on 6,860
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 05:54 | skua | thank a lot ! |
# | Aug 9th 2008, 05:54 | Howard`` | yw :D |
# | Aug 9th 2008, 05:54 | skua | I thinked that del was only for one item |
# | Aug 9th 2008, 05:54 | skua | D |
# | Aug 9th 2008, 05:55 | achew22 | is it possible to get some kind of SQL out from a shell task? |
# | Aug 9th 2008, 05:55 | Howard`` | if you're running RC2, a lot of the model stuff has been reformed and the former items which only performed queries on 1 row handle everything now |
# | Aug 9th 2008, 05:55 | Howard`` | not sure what you mean achew22 |
# | Aug 9th 2008, 05:55 | skua | ye :) |
# | Aug 9th 2008, 06:07 | foxmask | does someone use SimpleTest ? |
# | Aug 9th 2008, 06:07 | foxmask | the link of sf.net is broken ; cant dl it |
# | Aug 9th 2008, 06:08 | foxmask | except simpletest what can we use with cakephp ? |
# | Aug 9th 2008, 06:09 | TheBig | is there a way to have a $javascript->codeBlock() be shown in HEAD section? |
# | Aug 9th 2008, 06:24 | Mickey689 | hi everyone :).. |
# | Aug 9th 2008, 06:25 | Mickey689 | anyone knows how to set the debug mode on a particular page? |
# | Aug 9th 2008, 06:25 | Mickey689 | let i have my whole site debug mode set to 2 but..for some reason, i need to set the debug page on foo.ctp to be 0 |
# | Aug 9th 2008, 06:26 | Mickey689 | anyone knows how to do this? |
# | Aug 9th 2008, 06:26 | skua | Configure::write('debug', 0); |
# | Aug 9th 2008, 06:26 | skua | where you need the debug to 0 :) |
# | Aug 9th 2008, 06:26 | skua | in your foo action for example |
# | Aug 9th 2008, 06:27 | Mickey689 | skua, thanks, but will it affect the whole site after that statement? |