Logs for

Page 35 of 211,233, showing 20 records out of 4,224,656 total, starting on record 681, ending on 700

# At Username Text
# Aug 6th 2008, 18:33 nymacro *CRUD
# Aug 6th 2008, 18:39 thestaff hi all
# Aug 6th 2008, 18:39 thestaff what is the difference between default.thtml and default.ctp ?
# Aug 6th 2008, 18:39 renan_saddam priority
# Aug 6th 2008, 18:40 thestaff which one is first >
# Aug 6th 2008, 18:40 thestaff ?
# Aug 6th 2008, 18:41 renan_saddam custom ext, .ctp and .thtml
# Aug 6th 2008, 18:41 renan_saddam and ctp is new convetion over thtml
# Aug 6th 2008, 18:41 thestaff so this is in the 1.2
# Aug 6th 2008, 18:41 thestaff how about in the 1.1 ?
# Aug 6th 2008, 18:41 renan_saddam CakeTemPlate, is not?
# Aug 6th 2008, 18:44 renan_saddam thestaff: 1.1 doest not has .ctp, I guess
# Aug 6th 2008, 18:45 thestaff yeah i fugured out
# Aug 6th 2008, 18:46 TommyO 1.2 really only supports .thtml for backwards compat with 1.1
# Aug 6th 2008, 18:47 TommyO .ctp is the wave of the future ;)
# Aug 6th 2008, 18:48 polerin anyone know if there is a way to augment what a model contains() rather than replace it?
# Aug 6th 2008, 18:57 snizwickit for some reason when I do $form-input(...) on a field that is a TINYINT(1), it's showing a textbox instead of a checkbox
# Aug 6th 2008, 18:57 snizwickit what would be causing this behavior?
# Aug 6th 2008, 18:58 renan_saddam snizwickit: because default input type is text
# Aug 6th 2008, 18:58 renan_saddam and formhelper does not check column type