# |
Aug 8th 2008, 17:03 |
teknoid |
yoris: don't think sqlalchemy is related to cakephp in any way |
# |
Aug 8th 2008, 17:01 |
zmonteca |
TommyO: now what...LOL???? |
# |
Aug 8th 2008, 17:01 |
zmonteca |
TommyO: yeah, i just renamed the methods and i'm getting the same result. |
# |
Aug 8th 2008, 17:00 |
TommyO |
zmonteca: that's a good sign, sorta. it gives you a direction to look in |
# |
Aug 8th 2008, 17:00 |
yoris |
teknoid, sqlAlchemy has a flush method that executes all sql cached sentences |
# |
Aug 8th 2008, 17:00 |
TommyO |
zmonteca: sounds like the request may not be completeing |
# |
Aug 8th 2008, 17:00 |
Azhi_Dahaka_ |
in a form... is there a way to avoid reloading the data into a form field? |
# |
Aug 8th 2008, 17:00 |
zmonteca |
TommyO: I actually don't see a response header at all.... |
# |
Aug 8th 2008, 16:59 |
yoris |
teknoid, lol, me too!!!!! |
# |
Aug 8th 2008, 16:59 |
Azhi_Dahaka_ |
how can i avoid a field to get an autovalue? |
# |
Aug 8th 2008, 16:59 |
zmonteca |
TommyO: http://bin.cakephp.org/view/1212404311 |
# |
Aug 8th 2008, 16:59 |
yoris |
teknoid, |
# |
Aug 8th 2008, 16:59 |
teknoid |
yoris: not really, that has little to do with cakephp and i'm too tired to try to figure out that code :) |
# |
Aug 8th 2008, 16:58 |
yoris |
teknoid, thats not an option, other sugestions? |
# |
Aug 8th 2008, 16:58 |
yoris |
teknoid, the thing is that im managing over 10.000 csv rows, php cache just blows over the roof for what i am doing, besides, i need to check and re-check the cahed array to see if lower rows are beeing duplicated... it could be solved if the save sentence would SAVE in that moment and not wait till everything is done |
# |
Aug 8th 2008, 16:57 |
TommyO |
firebug will tell you the response code |
# |
Aug 8th 2008, 16:57 |
TommyO |
zmonteca: sorry. you said you're getting nothing back from the server on the ajax call. is it a blank 200 or a 404? |
# |
Aug 8th 2008, 16:57 |
teknoid |
TommyO: lol |
# |
Aug 8th 2008, 16:57 |
TommyO |
haha! another one! |
# |
Aug 8th 2008, 16:57 |
TommyO |
memo too myself: if you're going to mock someone on a typo, don't have any typos in your mock |
# |
Aug 8th 2008, 16:57 |
TommyO |
*dog |
# |
Aug 8th 2008, 16:57 |
TommyO |
teknoid: is that like giving it to a little cross-eyed do and shooing it through the door into your Model? |
# |
Aug 8th 2008, 16:57 |
zmonteca |
TommyO: when you say blank page, do you mean accessing that controller method direct vs. ajax? |
# |
Aug 8th 2008, 16:57 |
teknoid |
yoris: looking at that code you are not leveraging the framework in any way, it's like you took some php class and pugged into your model (?) |
# |
Aug 8th 2008, 16:54 |
TommyO |
zmonteca: well, pr() will do a cleaenr print_r() and debug() will give you a little more info |
# |
Aug 8th 2008, 16:54 |
zmonteca |
TommyO: cool. thanks. I was just accessing when i needed to debug, but that looks a lot better. |
# |
Aug 8th 2008, 16:54 |
TommyO |
zmonteca: do you get a 200 with a blank page or a 404? |
# |
Aug 8th 2008, 16:54 |
teknoid |
yoris: secondly checking if a field exists or not is better done by using $validate array and isUnique rule |
# |
Aug 8th 2008, 16:53 |
zmonteca |
TommyO: however, firebug tells me the request is '/admins/users/facilities_list' |
# |
Aug 8th 2008, 16:53 |
TommyO |
zmonteca: you also never need to use the php globals, like $_POST. cake puts them in better places for you. try debug($this->params); instead |
# |
Aug 8th 2008, 16:53 |
teknoid |
yoris: what you should really do, is transform the CSV data into array data that models would expect and save it that way |
# |
Aug 8th 2008, 16:53 |
zmonteca |
TommyO: it's as thought that method isn't called. |
# |
Aug 8th 2008, 16:52 |
zmonteca |
TommyO: correct. my sql isn't executed either. |
# |
Aug 8th 2008, 16:52 |
yoris |
teknoid, if the csv contains a CountryCode (CC) that already is in the DB it skips it and goes to the AreaCode part of the csv record |
# |
Aug 8th 2008, 16:52 |
TommyO |
I see though. you're saying the echo never happens? |
# |
Aug 8th 2008, 16:51 |
TommyO |
but if you did need it, the proper syntax would be $this->layout |
# |
Aug 8th 2008, 16:51 |
TommyO |
you don't need it with RequestHandler |
# |
Aug 8th 2008, 16:51 |
yoris |
teknoid, assos between them are ok, like this CountryCode->AreaCode->LocalCode |
# |
Aug 8th 2008, 16:51 |
TommyO |
zmonteca: well, setting a variable to $layout won't do anything |
# |
Aug 8th 2008, 16:51 |
zmonteca |
TommyO: that's insightful |
# |
Aug 8th 2008, 16:51 |
Azhi_Dahaka_ |
not search, look up |