# |
Aug 9th 2008, 00:31 |
Bloc |
array('LIKE' => 'fieldname') doesn't work? |
# |
Aug 9th 2008, 00:24 |
Veracious |
is there a way to get that functionality in cake at the moment? |
# |
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 8th 2008, 23:53 |
cobol |
hrm |
# |
Aug 8th 2008, 23:53 |
cobol |
Error: schema.php could not be loaded |
# |
Aug 8th 2008, 23:51 |
M4ngoB00M |
hehe lol |
# |
Aug 8th 2008, 23:50 |
M4ngoB00M |
doh * routes! |
# |
Aug 8th 2008, 23:50 |
M4ngoB00M |
roots* |
# |
Aug 8th 2008, 23:50 |
M4ngoB00M |
es are cool |
# |
Aug 8th 2008, 23:50 |
markstory |
) |
# |
Aug 8th 2008, 23:49 |
freebox |
ty |
# |
Aug 8th 2008, 23:49 |
markstory |
freebox: yep :) |
# |
Aug 8th 2008, 23:49 |
freebox |
markstory: i do it in the action index: if (isset($this->params['requested'])) { .. |
# |
Aug 8th 2008, 23:48 |
TonkaTruck |
markstory: thanks! |
# |
Aug 8th 2008, 23:48 |
markstory |
to edit cake/tests/libs/model/behavior/tree.test.php |
# |
Aug 8th 2008, 23:48 |
markstory |
run -> core tests. / models/behaviors/tree |
# |
Aug 8th 2008, 23:47 |
markstory |
TonkaTruck: to run it or edit it? |
# |
Aug 8th 2008, 23:47 |
markstory |
didn't think I was going crazy. |
# |
Aug 8th 2008, 23:47 |
freebox |
markstory: yes |
# |
Aug 8th 2008, 23:46 |
TonkaTruck |
Does anyone know where I might find cakephp test cases? Specifically for the Tree behavior? |
# |
Aug 8th 2008, 23:44 |
markstory |
so the return worked? |
# |
Aug 8th 2008, 23:44 |
freebox |
hehehee |
# |
Aug 8th 2008, 23:44 |
freebox |
i've deleted the cache and worked fine |
# |
Aug 8th 2008, 23:44 |
markstory |
at least the caching works :) |
# |
Aug 8th 2008, 23:44 |
markstory |
doh. |
# |
Aug 8th 2008, 23:43 |
freebox |
markstory: the cache element is cheating me |
# |
Aug 8th 2008, 23:43 |
freebox |
LOL |
# |
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:42 |
markstory |
look at the first example. the recent comments section. |
# |
Aug 8th 2008, 23:41 |
markstory |
freebox: http://book.cakephp.org/view/434/requestaction |
# |
Aug 8th 2008, 23:41 |
markstory |
M4ngoB00M: not really, more like regex comfortable :) |
# |
Aug 8th 2008, 23:41 |
M4ngoB00M |
k thx |
# |
Aug 8th 2008, 23:40 |
M4ngoB00M |
heh - regex guru |
# |
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 |
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 |
/^[0-9]{1,10}\s[a-z\-.]+$/i ? just off the top of my head. |
# |
Aug 8th 2008, 23:38 |
M4ngoB00M |
tx |
# |
Aug 8th 2008, 23:38 |
M4ngoB00M |
yeah - i have a mental block on regex. |
# |
Aug 8th 2008, 23:38 |
markstory |
M4ngoB00M: that would work. outside of a complicated regex |
# |
Aug 8th 2008, 23:38 |
M4ngoB00M |
withou defining a regex or custome validator? |
# |
Aug 8th 2008, 23:37 |
markstory |
Veracious: $model->find('list'); |