Page 344 of 211,267, showing 20 records out of 4,225,340 total, starting on record 6,861, ending on 6,880
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 06:27 | Mickey689 | skua, thanks, but will it affect the whole site though? |
# | Aug 9th 2008, 06:27 | skua | no cause cakephp read your core.php |
# | Aug 9th 2008, 06:28 | skua | it's will set debug to 2 |
# | Aug 9th 2008, 06:28 | skua | then when it arrive to your specific action |
# | Aug 9th 2008, 06:28 | skua | it will show a debug to 0 |
# | Aug 9th 2008, 06:28 | skua | try |
# | Aug 9th 2008, 06:28 | jan_cr | Is there any Translate behavior tutorial on the internet? There is empty section in the book covering this topic and I am unable to google anything |
# | Aug 9th 2008, 06:28 | Mickey689 | thanks :) |
# | Aug 9th 2008, 06:35 | golak | How can i specify the recursive value for Model->findby<fieldname>() ??? |
# | Aug 9th 2008, 06:37 | Mickey689 | golak: you can set it beforehand, $this->Model->recursive = -1 for example |
# | Aug 9th 2008, 06:41 | golak | should i set it in the controller or inside the model |
# | Aug 9th 2008, 06:41 | golak | got it |
# | Aug 9th 2008, 06:41 | golak | thanks Mickey689 |
# | Aug 9th 2008, 06:42 | zeen | is it possible i can code my own cake bake scripts? |
# | Aug 9th 2008, 06:42 | zeen | without screwing around with the originals |
# | Aug 9th 2008, 06:48 | zeen | guess i can just add something to libs |
# | Aug 9th 2008, 07:22 | TheBig | how can I pass arguments form a page to another? |
# | Aug 9th 2008, 07:23 | TheBig | not using post or get |
# | Aug 9th 2008, 07:23 | TheBig | like writing them in sessios, for example... |
# | Aug 9th 2008, 07:25 | zeen | should be in there about sessions |