Logs for

Page 243 of 211,261, showing 20 records out of 4,225,201 total, starting on record 4,841, ending on 4,860

# At Username Text
# Aug 8th 2008, 09:02 TommyO ammadsaleem1: does that make sense?
# Aug 8th 2008, 09:02 TommyO or am I still missing something? :)
# Aug 8th 2008, 09:03 ammadsaleem1 guess I will be going for bulk update using simple cakePHP $this->Model->query();
# Aug 8th 2008, 09:03 TommyO yuck
# Aug 8th 2008, 09:03 TommyO but if it helps...
# Aug 8th 2008, 09:04 TommyO $this->Model->updateAll() is easier
# Aug 8th 2008, 09:05 FunkyWeasel Good afternoon folks.
# Aug 8th 2008, 09:05 TommyO hiya
# Aug 8th 2008, 09:06 FunkyWeasel I'm currently migrating our codebase from 1.1 to 1.2 and noticed something strange with relationships. From what I can tell 1.2 has 'lost' the ability to deal with recursive model relationships.
# Aug 8th 2008, 09:07 FunkyWeasel For instance our category model has two relations, child and parent, which respectively map to the same but under different names.
# Aug 8th 2008, 09:09 FunkyWeasel I also found that circular relationships also cause a silent fail (e.g. a company model has a has a belongsTo relationship to a contact details model, and the contact details model has a belongsTo relationship to company model which worked under 1.1).
# Aug 8th 2008, 09:11 FunkyWeasel I've tried setting 'recursive' as a class var in the relevant models, but to no avail so far. Any other solutions (apart from jetisonning the datastructure as it's unavoidable legacy for the time being)?
# Aug 8th 2008, 09:17 freebox2 gwoo: I've followed your article: http://bakery.cakephp.org/articles/view/autocomplete and all appears ok. But the auto complete show the cake debug? It's right?
# Aug 8th 2008, 09:22 NOSLOW hello
# Aug 8th 2008, 09:23 Pacifists freebox set 'debug' to 1
# Aug 8th 2008, 09:24 Kitara how do you import a vendor class which is conained in plugins/myplugin/vendors ?
# Aug 8th 2008, 09:24 briddo hi, does anyone here know how i can make a radio button be selected by default in the cake 1.2 form helper?
# Aug 8th 2008, 09:26 freebox2 Pacifists: in core.php?
# Aug 8th 2008, 09:26 freebox2 now, nothing appears..
# Aug 8th 2008, 09:26 gishdog can anyone help me with a twitter and cakephp issue?