Logs for

Page 299 of 211,264, showing 20 records out of 4,225,268 total, starting on record 5,961, ending on 5,980

# At Username Text
# Aug 8th 2008, 16:49 teknoid yoris: what am i looking at?
# Aug 8th 2008, 16:50 yoris teknoid, csv input of Country, Area and Local Codes
# Aug 8th 2008, 16:50 Azhi_Dahaka_ how can i search for the _method hidden field outputted by $form->create?
# Aug 8th 2008, 16:50 yoris teknoid, each csv is a CountryCode, AreaCode, LocalCode
# Aug 8th 2008, 16:50 yoris teknoid, three diff Models
# Aug 8th 2008, 16:50 Azhi_Dahaka_ i just don't see it with pr($this->params) in the controller...
# Aug 8th 2008, 16:50 yoris teknoid, they are working as they should be
# Aug 8th 2008, 16:51 Azhi_Dahaka_ not search, look up
# Aug 8th 2008, 16:51 zmonteca TommyO: that's insightful
# Aug 8th 2008, 16:51 TommyO zmonteca: well, setting a variable to $layout won't do anything
# Aug 8th 2008, 16:51 yoris teknoid, assos between them are ok, like this CountryCode->AreaCode->LocalCode
# Aug 8th 2008, 16:51 TommyO you don't need it with RequestHandler
# Aug 8th 2008, 16:51 TommyO but if you did need it, the proper syntax would be $this->layout
# Aug 8th 2008, 16:52 TommyO I see though. you're saying the echo never happens?
# 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 zmonteca TommyO: correct. my sql isn't executed either.
# Aug 8th 2008, 16:53 zmonteca TommyO: it's as thought that method isn't called.
# 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 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 zmonteca TommyO: however, firebug tells me the request is '/admins/users/facilities_list'