Re: SaveAll weird behavior

2010-07-12 Thread Jon Bennett
Hi, > i have and app with 3 models, associated in this way > > class Item extends AppModel { >        var $name = "Item"; >        var $belongsTo = array("Category"); >        var $hasMany = array( >                "Fathers" => array( >                        "className" => "Relationship", >      

SaveAll weird behavior

2010-07-12 Thread Ernesto
Hello. i have and app with 3 models, associated in this way class Item extends AppModel { var $name = "Item"; var $belongsTo = array("Category"); var $hasMany = array( "Fathers" => array( "className" => "Relationship",