Page 327 of 211,266, showing 20 records out of 4,225,309 total, starting on record 6,521, ending on 6,540
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 23:47 | freebox | markstory: yes |
# | Aug 8th 2008, 23:47 | markstory | didn't think I was going crazy. |
# | Aug 8th 2008, 23:47 | markstory | TonkaTruck: to run it or edit it? |
# | Aug 8th 2008, 23:48 | markstory | run -> core tests. / models/behaviors/tree |
# | Aug 8th 2008, 23:48 | markstory | to edit cake/tests/libs/model/behavior/tree.test.php |
# | Aug 8th 2008, 23:48 | TonkaTruck | markstory: thanks! |
# | Aug 8th 2008, 23:49 | freebox | markstory: i do it in the action index: if (isset($this->params['requested'])) { .. |
# | Aug 8th 2008, 23:49 | markstory | freebox: yep :) |
# | Aug 8th 2008, 23:49 | freebox | ty |
# | Aug 8th 2008, 23:50 | markstory | ) |
# | Aug 8th 2008, 23:50 | M4ngoB00M | es are cool |
# | Aug 8th 2008, 23:50 | M4ngoB00M | roots* |
# | Aug 8th 2008, 23:50 | M4ngoB00M | doh * routes! |
# | Aug 8th 2008, 23:51 | M4ngoB00M | hehe lol |
# | Aug 8th 2008, 23:53 | cobol | Error: schema.php could not be loaded |
# | Aug 8th 2008, 23:53 | cobol | hrm |
# | Aug 9th 2008, 00:24 | Veracious | this query will list the enum types of a field: "SHOW COLUMNS FROM <table_name> LIKE '<enum_field_name>'" |
# | Aug 9th 2008, 00:24 | Veracious | is there a way to get that functionality in cake at the moment? |
# | Aug 9th 2008, 00:31 | Bloc | array('LIKE' => 'fieldname') doesn't work? |
# | Aug 9th 2008, 00:31 | Bloc | err ignore that |