# |
Aug 9th 2008, 15:08 |
Howard`` |
it's format isn't much different from say.. html |
# |
Aug 9th 2008, 15:08 |
markstory |
dieselz: is silverlight supposed to be less cpu intensive? |
# |
Aug 9th 2008, 15:08 |
Howard`` |
unlike flash, silverlight doesn't need to be compiled into binary |
# |
Aug 9th 2008, 15:08 |
eaqua |
AD7six: isn't there a way to disable the usage of underscore in findBy ? the whole code is written with this assumption, no need to change it. |
# |
Aug 9th 2008, 15:08 |
dieselz |
its not that flash can't go mobile - its just that most apps are too cpu intensive for mobile platforms |
# |
Aug 9th 2008, 15:08 |
AD7six |
markstory: .... at sukin! |
# |
Aug 9th 2008, 15:07 |
dieselz |
<puke> |
# |
Aug 9th 2008, 15:07 |
jaredhoyt |
lol |
# |
Aug 9th 2008, 15:07 |
markstory |
whatever, windows roolz! |
# |
Aug 9th 2008, 15:07 |
linked_ |
quick question: is it possible to disable debug display on a particular view only? |
# |
Aug 9th 2008, 15:07 |
Anon323 |
http://bin.cakephp.org/view/325922381 Why do I have to define a "rule" for a validation if all I need is only "allowEmpty" and "required"? |
# |
Aug 9th 2008, 15:07 |
Howard`` |
apparently it can go cross platform, including mobile devices |
# |
Aug 9th 2008, 15:07 |
dieselz |
stay away from microsoft's shit products |
# |
Aug 9th 2008, 15:07 |
jaredhoyt |
i'm on mac though |
# |
Aug 9th 2008, 15:06 |
jaredhoyt |
or it seems like it |
# |
Aug 9th 2008, 15:06 |
jaredhoyt |
it's nice |
# |
Aug 9th 2008, 15:06 |
Howard`` |
effectively |
# |
Aug 9th 2008, 15:06 |
jaredhoyt |
i think i just installed that for nbc olypmics coverage |
# |
Aug 9th 2008, 15:06 |
markstory |
I don't have it installed even. |
# |
Aug 9th 2008, 15:06 |
Howard`` |
it's microsofts version of flash |
# |
Aug 9th 2008, 15:06 |
jaredhoyt |
from microsoft? |
# |
Aug 9th 2008, 15:06 |
markstory |
does anyone have silverlight installed? |
# |
Aug 9th 2008, 15:06 |
jaredhoyt |
Howard``: is that the video player? |
# |
Aug 9th 2008, 15:06 |
Howard`` |
has anyone here tried silverlight by chance |
# |
Aug 9th 2008, 15:06 |
AD7six |
eaqua: find |
# |
Aug 9th 2008, 15:05 |
jaredhoyt |
i'll clear cache though and see if that fixes anything |
# |
Aug 9th 2008, 15:05 |
eaqua |
AD7six: so what's the other method I can use insted of findBy ? |
# |
Aug 9th 2008, 15:05 |
jaredhoyt |
AD7six: i recently added them in the beforeSave, but not in the model |
# |
Aug 9th 2008, 15:05 |
AD7six |
jaredhoyt: did you recently add those fields? |
# |
Aug 9th 2008, 15:05 |
jaredhoyt |
dieselz: everything else is getting saved though... and 'mailing_address' doesn't even have a value in $validate array |
# |
Aug 9th 2008, 15:04 |
dieselz |
jaredhoyt: check validationErrors |
# |
Aug 9th 2008, 15:03 |
jaredhoyt |
does anyone see anything wrong with my Client::beforeSave() here : http://bin.cakephp.org/view/1205572484 ? it's not saving 'mailing_address' or 'country' although i've verified both with pr($this->data) |
# |
Aug 9th 2008, 15:03 |
AD7six |
no |
# |
Aug 9th 2008, 15:03 |
eaqua |
AD7six: instead of findByCAPS --> findCAPS ?? |
# |
Aug 9th 2008, 15:03 |
AD7six |
eaqua: find |
# |
Aug 9th 2008, 15:03 |
eaqua |
AD7six: what's the equivalent without underscore caps ? |
# |
Aug 9th 2008, 15:02 |
eaqua |
I'm not sure mysql is case sensitive. I can look it up. as I've said I have some shared hosting so the php/mysql might have changed. |
# |
Aug 9th 2008, 15:02 |
infantigniter |
does anybody have a solution to the question i asked -- as far as a forum script that plays well with prior coding |
# |
Aug 9th 2008, 15:02 |
AD7six |
eaqua: don't use a method that is designed to underscore caps |
# |
Aug 9th 2008, 15:01 |
infantigniter |
eaqua: is MYSQL case sensitive? |
# |
Aug 9th 2008, 15:01 |
eaqua |
hy. I have a strange cakephp error: I have findByALLCAPSCOLUMN() which gets translated into something like SELECT Table.ALLCAPS where Table.a_l_l_c_a_p_s='something'. Note the whole bunch of underscores. I assume it might have something to do with the inflections.php. But I haven't touched the server at all (unless there was some new php/mysql installed). Any hints ? |