Page 326 of 211,266, showing 20 records out of 4,225,309 total, starting on record 6,501, ending on 6,520
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 23:38 | markstory | M4ngoB00M: that would work. outside of a complicated regex |
# | Aug 8th 2008, 23:38 | M4ngoB00M | yeah - i have a mental block on regex. |
# | Aug 8th 2008, 23:38 | M4ngoB00M | tx |
# | Aug 8th 2008, 23:40 | markstory | /^[0-9]{1,10}\s[a-z\-.]+$/i ? just off the top of my head. |
# | Aug 8th 2008, 23:40 | M4ngoB00M | i have to go on vacation for a week! can I download the whole documentation or is it online only? |
# | Aug 8th 2008, 23:40 | markstory | M4ngoB00M: there is a single page view. you can save that. or print to pdf. |
# | Aug 8th 2008, 23:40 | M4ngoB00M | heh - regex guru |
# | Aug 8th 2008, 23:41 | M4ngoB00M | k thx |
# | Aug 8th 2008, 23:41 | markstory | M4ngoB00M: not really, more like regex comfortable :) |
# | Aug 8th 2008, 23:41 | markstory | freebox: http://book.cakephp.org/view/434/requestaction |
# | Aug 8th 2008, 23:42 | markstory | look at the first example. the recent comments section. |
# | Aug 8th 2008, 23:43 | markstory | so you do need to return the vars, unless when you make the requestAction you specify 'return' => 1 then you get back a rendered view with no layout. |
# | Aug 8th 2008, 23:43 | freebox | LOL |
# | Aug 8th 2008, 23:43 | freebox | markstory: the cache element is cheating me |
# | Aug 8th 2008, 23:44 | markstory | doh. |
# | Aug 8th 2008, 23:44 | markstory | at least the caching works :) |
# | Aug 8th 2008, 23:44 | freebox | i've deleted the cache and worked fine |
# | Aug 8th 2008, 23:44 | freebox | hehehee |
# | Aug 8th 2008, 23:44 | markstory | so the return worked? |
# | Aug 8th 2008, 23:46 | TonkaTruck | Does anyone know where I might find cakephp test cases? Specifically for the Tree behavior? |