Logs for

Page 298 of 211,264, showing 20 records out of 4,225,268 total, starting on record 5,941, ending on 5,960

# At Username Text
# Aug 8th 2008, 16:43 TommyO zmonteca: bin your code like teknoid so wisely suggested
# Aug 8th 2008, 16:44 TommyO teknoid: I see the mental note worked ;)
# Aug 8th 2008, 16:44 yoris teknoid, $this->Model->create(); doesnt have any effect whatsoever, im getting SQL DUPLICATE ENTRY error, because when i do $this->Model->find(whatever) to see if i have to save() it or not, cake reads the db and theres nothing there... i assume cake is caching all the save sentences and waiting for the controller to finish (dont know what) to execute them
# Aug 8th 2008, 16:44 Howard`` quick question, is there a way to perform a group by in a findall call?
# Aug 8th 2008, 16:45 zmonteca controller: http://bin.cakephp.org/view/434481354
# Aug 8th 2008, 16:45 zmonteca actions view: http://bin.cakephp.org/view/1560310127
# Aug 8th 2008, 16:45 zmonteca ajax view: http://bin.cakephp.org/view/929282413
# Aug 8th 2008, 16:45 teknoid TommyO: not as good as i expect, because i almost forgot ;)
# Aug 8th 2008, 16:46 zmonteca method is all the way at the bottom - admins_facilities_list - in controller.
# Aug 8th 2008, 16:46 teknoid yoris: could you bin some code because i have a feeling you are doing something very simple, with an overly complex approach
# Aug 8th 2008, 16:46 yoris thats my guess too
# Aug 8th 2008, 16:47 TommyO zmonteca: make getAccountType begin with a _ to protect it from the url
# Aug 8th 2008, 16:47 teknoid Howard``: 'group'=>'fieldname'
# Aug 8th 2008, 16:47 Howard`` Thanks teknoid
# Aug 8th 2008, 16:47 TommyO zmonteca: I assume same with setAccountType
# Aug 8th 2008, 16:48 TommyO zmonteca: but both of them smell of component or model anyway
# Aug 8th 2008, 16:48 yoris teknoid, http://bin.cakephp.org/view/1193091440
# Aug 8th 2008, 16:48 zmonteca TommyO: thanks...this is my first cake project...any insights are appreciated.
# Aug 8th 2008, 16:49 TommyO your controller is way too heavy imho
# Aug 8th 2008, 16:49 zmonteca TommyO: i agree, it's a MESS