# |
Sep 11th 2009, 16:07 |
KarlHungus |
haha |
# |
Sep 11th 2009, 16:07 |
jjwdesign |
ifuck: I'm not sure how to access function build_criteria_expression()? |
# |
Sep 11th 2009, 16:07 |
jjwdesign |
ifunk: I'm getting there. One problem. |
# |
Sep 11th 2009, 16:05 |
ifunk |
jjwdesign: u figured it out? |
# |
Sep 11th 2009, 16:03 |
KarlHungus |
or have i forgotten how that works... |
# |
Sep 11th 2009, 16:02 |
KarlHungus |
hrm. shouldn't i get something back from $session->sessionTime in my view? |
# |
Sep 11th 2009, 16:01 |
markstory |
return $stuff |
# |
Sep 11th 2009, 16:01 |
jjwdesign |
ifunk: Do you have any idea on how to call a function from within the component and return the array to the controller? I'm a bit of a OOnoob |
# |
Sep 11th 2009, 16:01 |
icelander |
the US |
# |
Sep 11th 2009, 16:01 |
icelander |
Yeah, I'm in a US |
# |
Sep 11th 2009, 16:01 |
ifunk |
tom_m: np |
# |
Sep 11th 2009, 16:01 |
ifunk |
icelander: i wrote a custom one for australian mobiles + landlines, but i doubt that would help you much :) |
# |
Sep 11th 2009, 16:00 |
ifunk |
icelander: i think that depends on where you live and who you want to validate |
# |
Sep 11th 2009, 16:00 |
tom_m |
cool. thanks ifunk. really good idea |
# |
Sep 11th 2009, 15:59 |
tom_m |
for scaling/speed/connections |
# |
Sep 11th 2009, 15:59 |
icelander |
What's the validation criteria for phone fields? |
# |
Sep 11th 2009, 15:59 |
tom_m |
then i dont have to worry about what harm a lock would do |
# |
Sep 11th 2009, 15:58 |
tom_m |
mmm i like |
# |
Sep 11th 2009, 15:58 |
ifunk |
tom_m: yeh i think cake would 404 if you don't use transactoins |
# |
Sep 11th 2009, 15:58 |
tom_m |
i already am using saveall but i guess if i wasn't there'd be issues |
# |
Sep 11th 2009, 15:58 |
tom_m |
right |
# |
Sep 11th 2009, 15:58 |
tom_m |
it rollsback |
# |
Sep 11th 2009, 15:58 |
ifunk |
tom_m: and then remember to use saveAll, as it will use transactions |
# |
Sep 11th 2009, 15:58 |
tom_m |
then if the sql query fails because mysql says no |
# |
Sep 11th 2009, 15:58 |
tom_m |
i like that |
# |
Sep 11th 2009, 15:57 |
tom_m |
o |
# |
Sep 11th 2009, 15:57 |
ifunk |
tom_m: yeh table settings |
# |
Sep 11th 2009, 15:57 |
ifunk |
jjwdesign: yeh, sorry i meant $controller->{$whatever_variable_you_have_your_config_in} |
# |
Sep 11th 2009, 15:57 |
tom_m |
table settings or something in my.cnf for mysql? |
# |
Sep 11th 2009, 15:57 |
tom_m |
ifunk how would i do that? |
# |
Sep 11th 2009, 15:56 |
jjwdesign |
$controller->criteria_conditions ,.... works. |
# |
Sep 11th 2009, 15:56 |
ifunk |
you could use a unique constraint on the db as a second measure, in addition to the cakephp validation |
# |
Sep 11th 2009, 15:56 |
tom_m |
but then i dont know what happens if that presents other issues |
# |
Sep 11th 2009, 15:56 |
tom_m |
i also wonder if i can add the FOR UPDATE; into the query... |
# |
Sep 11th 2009, 15:55 |
tom_m |
so say in the case of tagging |
# |
Sep 11th 2009, 15:55 |
tom_m |
i guess i can make a cleanup cron that goes in an removes duplicates and changes associations |
# |
Sep 11th 2009, 15:55 |
jjwdesign |
ifuck: $controller->{$criteria_conditions} --- debugs as "empty property" |
# |
Sep 11th 2009, 15:55 |
ifunk |
it happened to me from someone double-clicking a button in flash, which meant two requests being sent by the same user at the same time |
# |
Sep 11th 2009, 15:55 |
ifunk |
probably |
# |
Sep 11th 2009, 15:54 |
tom_m |
is the odds of all this really low? |
# |
Sep 11th 2009, 15:54 |
tom_m |
where a transaction... dpeneding on how much is going on bofore the commit |